Hi
I`m use Zend Framework for uploading xls-files:

require_once 'Zend/Gdata/Docs.php';
require_once 'Zend/Gdata/ClientLogin.php';
$service = Zend_Gdata_Docs::AUTH_SERVICE_NAME;
$client = Zend_Gdata_ClientLogin::getHttpClient('cevozomsk',
'com27cevoz', $service);
$docs = new Zend_Gdata_Docs($client);
$newDocumentEntry = $docs->uploadFile('/path/to/file/file.xls',
'file.xls',
mime_content_type('/path/to/file/file.xls'),
Zend_Gdata_Docs::DOCUMENTS_LIST_FEED_URI);

but I get this response:

Zend_Gdata_App_HttpException: Expected response code 200, got 404
Not Found
Error 404

PS One month ago this constructions works fine.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Docs Data APIs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to