Fatal Error in uploading to google DOcs using Zend_GData

Posted by Ali on Stack Overflow See other posts from Stack Overflow or by Ali
Published on 2010-03-20T12:27:46Z Indexed on 2010/03/20 12:31 UTC
Read the original article Hit count: 584

Filed under:
|
|

Hi guys I'm trying the code samples from zend frameworks site on how to upload a document to google docs but I keep getting this error.

PHP Fatal error:  Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Expected response code 200, got 415
Content-Type application/x-www-form-urlencoded is not a valid input type.' in C:\...\Zend\Gdata\App.php:700

It can't be an unlisted type as I tried to upload even a .txt file - whats happening here - I've googled everywhere for an answer and landed nowhere - please help :(

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about php