Couldn't find Picasa Web Albums Data API in Developer Console

I am trying to enable the Picasa Web Albums Data API in the developer console. The problem is, I couldn't find it. When I went to API Explorer to check the scope request, I couldn't find this API https://developers.google.com/apis-explorer .

+3


source to share


2 answers


As I understand it, the API is too old to support the developer console or the API. Once you have your client ID / key, you can just start using the API as documented.



+3


source


I had a similar problem. I've come to the conclusion that this is due to a recent change in how Google handles apps. My app was built on the old console ( https://code.google.com/apis/console ). I created a new project in a new console and used this clientId / clientSecret for my OAuth, then my picasa access started working again. Details are posted here: http://holtstrom.com/michael/blog/post/522/Google-OAuth2-with-PicasaWeb.html



0


source







All Articles