I am trying to enable the Picasa Web Albums Data API on the developer console. The problem is I couldn't find it. When I went to the API Explorer to test the scope query, I couldn't find that API either https://developers.google.com/apis-explorer.
Unable to find Picasa Web Albums Data API in developer console
816 Views Asked by LittleFunny At
2
There are 2 best solutions below
0
Michael Holtstrom
On
I had a similar problem. 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. Full details posted here: http://holtstrom.com/michael/blog/post/522/Google-OAuth2-with-PicasaWeb.html
Related Questions in ANDROID
- Delay in loading Html Page(WebView) from assets folder in real android device
- MPAndroidChart method setWordWrapEnabled() not found
- Designing a 'new post' android activity
- Android :EditText inside ListView always update first item in the listview
- Android: Transferring Data via ContentIntent
- Wrong xml being inflated android
- AsyncTask Class
- Unable to receive extras in Android Intent
- Website zoomed out on Android default browser
- Square FloatingActionButton with Android Design Library
- Google Maps API Re-size
- Push toolbar content below statusbar
- Android FragmentPagerAdapter Circular listview
- Layout not shifting up when keyboard is open
- auDIO_OUTPUT_FLAG_FAST denied by client can't connect to localhost
Related Questions in SCOPE
- Python: Variable scope for nested generator expression
- angular load more tweets onclick
- Local variable scope in Java vs Python
- Maddening scope issue
- Compiling ES6 arrow functions to Es5 using Babel.js
- Is it possible in matlab to declare functions that will be accessible from other m files in a similar way as in c coding?
- Memory allocation of local variables within nested {}
- angular unit testing $scope.$on in a service not working
- Scope rails redirect to index
- Expire specific managed bean instance after time interval
- JavaScript function parameter and scope
- Scope of a variable and function name
- importing function giving scoping error
- javascript: scoping and accessing nested entities
- Block scope, function scope and local scope in Javascript
Related Questions in GOOGLE-PLUS
- Google plus API not return the Email address
- Google Plus login demo keeps failing connection
- Sign Out From Google plus Account Not Working in android, Showing Null Pointer Exception
- Cordova app check if user signed in before closing my app?
- Is it possible to use Google Cloud Endpoints built in authentication with Google+ Domains API?
- Fetch friends email from Google Account on iOS
- Not getting friends list in google plus android
- Social Sharing Predefined Custom Messages
- Google+ media sharing throws exception "No Activity found to handle the intent"
- In iOS how we come back to initial view after google+ sharing?
- Google Hangouts - controlling other participants video
- google+ api login not returning email
- Share in google using GTLServicePlus with GIDAuthentication
- How to share a track/any content from my radio/music application to google+?
- Error when trying to get share count from Google+
Related Questions in PICASA
- Error while building android application : java.util.zip.ZipException: duplicate entry: com/sun/mail/handlers/message_rfc822.class
- Error "Invalid token: Cannot parse referred token string" when trying to access to Picasaweb API with oAuth2 from Java
- Can I embed my Picasa video to play on my website?
- Getting only 1000 pics from Google Picasa, I am using &showAll
- Is there a Google Photos API
- Picasa image/video resumable upload issue
- Picasa API not showing all google photos albums
- Uploading pre-1970 photos to Google Photos
- Picasa web albums - impossible to list all photos
- Unable to find Picasa Web Albums Data API in developer console
- Picasa iFrame Slideshow
- Put POST request with HttpRequest
- Google Picasa Web Albums API - Add comment returning 501 response code
- How to access Picasa Api url in Descending Order
- Picasa npm module not working
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
As I understand it the API is too old to support the developer console or the APIs explorer. Once you have a client ID/key you can just start using the API as documented.