我正在开发谷歌API,如聊天,联系人等......我坚持developer_key在gdata doc中提到.
您可以访问https://code.google.com/apis/console获取此信息:
'developer_key' => ''
Run Code Online (Sandbox Code Playgroud)
我已经:
// OAuth2 Settings, you can get these keys at https://code.google.com/apis/console
'oauth2_client_id' => '',
'oauth2_client_secret' => '',
'oauth2_redirect_uri' => ''
Run Code Online (Sandbox Code Playgroud)
我在哪里可以找到开发者密钥?
我发现了这样的事情
http://code.google.com/apis/youtube/dashboard/gwt/index.html
Run Code Online (Sandbox Code Playgroud)
但我明白这只适用于youtube.
我已经使用wamp(Apache服务器)配置了openssl.但是当我使用gdata api时,我遇到了以下错误.
( ! ) Fatal error: Uncaught exception 'Zend_Http_Client_Adapter_Exception' with message ' in C:\Zend_1_11_11\library\Zend\Http\Client\Adapter\Socket.php on line 234
( ! ) Zend_Http_Client_Adapter_Exception: Unable to Connect to ssl://accounts.google.com:443. Error #10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\Zend_1_11_11\library\Zend\Http\Client\Adapter\Socket.php on line 234
Run Code Online (Sandbox Code Playgroud)
有人帮我这个......
我正面临csv文件中的MalformedCSVError问题.下面给出了我被卡住的地方:
"#字面上有数百个"IP-to-Country"数据库来源."
因为该行包含双引号.此处停止执行异常是:FasterCSV :: MalformedCSVError
我怎么能处理这种情况.我也不能编辑csv文件..
请帮帮我.
fastercsv ×1
gdata ×1
google-api ×1
google-apps ×1
google-oauth ×1
openssl ×1
php ×1
ruby ×1
ssl ×1