Uploading to google Docs - Unknown authorization header Error 401 - PLease Help
- by Ali
Hi guys I'm trying to upload a document to google docs but I'm getting an error namely an
Unknown authorization header Error 401
to be exact.. I'm developing for google apps marketplace here - my code for uploading is:
$client = getGoogleClient();
$docs = new Zend_Gdata_Docs($client);
uploadDocument($docs, true, $FILES['file']['name'],…