Ben, PHP ile Google Dokümanlar Listesi Veri API'sini kullanarak indirme belgeler ve elektronik tablolar yüklemek için çalışıyorum. Ben belgeler üzerinden gitti ve SSS. Sadece sürüm 1.0 Google Dokümanlar Listesi API kullanarak php numune için kullanılabilir. I google etki ile benim localhost alanı kayıt olduğum zaman bile ben her iki yöntem ile çalıştı (meta tag ve html yüklemek) verfified değil diyor.
Örnek php dosyası ölümcül hata atar:
Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Unable to Connect to ssl://www.google.com:443. Error #0: php_network_getaddresses: getaddrinfo failed: No such host is known. ' in C:\xampp\htdocs\google-docs\Zend\Gdata\AuthSub.php:119 Stack trace: #0 C:\xampp\htdocs\google-docs\index.php(640): Zend_Gdata_AuthSub::getAuthSubSessionToken('CJX5oZXTFBDPuoe...') #1 C:\xampp\htdocs\google-docs\index.php(742): getAuthSubHttpClient() #2 C:\xampp\htdocs\google-docs\index.php(935): runWWWVersion() #3 {main} thrown in C:\xampp\htdocs\google-docs\Zend\Gdata\AuthSub.php on line 119
Bu hatanın nedeni nedir? ve nasıl i iş yapabilirim? şimdiden teşekkürler.