Merhaba Ben google docs yüklenenler belgeleri hesabı bir form inşa ediyorum adamlar ancak onun bir hata almaya devam çalışmıyor - Aşağıdaki benim kod;
$service = Zend_Gdata_Docs::AUTH_SERVICE_NAME;
$client = Zend_Gdata_ClientLogin::getHttpClient($username, $pww, $service);
$docs = new Zend_Gdata_Docs($client);
$newDocumentEntry = $docs->uploadFile($_FILES['file']['tmp_name'], $_FILES['file']['name'], null, Zend_Gdata_Docs::DOCUMENTS_LIST_FEED_URI);
Ben şu hatayı alıyorum:
PHP Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Expected response code 200, got 400
Inconsistent repeating query parameter ' in C:\...\Zend\Gdata\App.php:700
Ben php ve Zend gveri kodu kullanıyorum.