Where is the Google web album service on API Console?

隐身守侯 提交于 2019-12-10 10:48:24

问题


I want to register Google Web Album API to upload image, but I don't see the Google Web Album Data in the Services of API Console.

Any idea?


回答1:


From the Picasa Web Albums Data API developer's guide section "Authorizing requests with OAuth 2.0":-

Activate the Picasa Web Albums Data API in the Services pane of the Google APIs Console. (If it isn't listed in the Console, then skip this step.)

The application then needs to request an access scope , described in a further document Using OAuth 2.0 to Access Google APIs. In my case the application is going to run as a service with no user interaction, so the relevant section is Service accounts.

I'll post some code up when/if I get this working.




回答2:


It's true that you don't explicitly enable the Picasa Web Albums Data API in the google console. However, I had a problem where my Picasa access stopped working. I concluded it was due to a recent change how google handles apps. My app was created in the old console (https://code.google.com/apis/console). I created a new project in the new console and used that clientId/clientSecret for my OAuth, then my picasa access started working again (with no code change). Full details posted here: http://holtstrom.com/michael/blog/post/522/Google-OAuth2-with-PicasaWeb.html



来源:https://stackoverflow.com/questions/14565278/where-is-the-google-web-album-service-on-api-console

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!