In 3 weeks Google will permanently shut down Picasa API, I used it for downloading photos of my clients. I've already modified my code to work with Google Photos API, but I have some concerns about migrating to it. Is it necessary to create new api key to use new api (as far as I know Google API key works as Picasa key for now)? Is there necessity for full authorisation of new app or can it be ommited? Is Pisaca APi somehow connected with photos API?
Will Google picasa API key work as Google photos API key?
142 Views Asked by Gieerzetka At
1
There are 1 best solutions below
Related Questions in PICASA
- rename image file using its Picasa name tags
- How can I use Google Picker to select a photo from a shared album?
- Can you use the Google Photo API with the Google picker?
- Will Google picasa API key work as Google photos API key?
- Is it possible to get a person public profile photo using email alone, just like on the old G+/Picasa API?
- What is the best way to create a wallpaper app for android?
- Google Photos Api return null
- How can I make OAuth2 authentication to the Picasa Web Albums Data API with C#?
- Why Picasa Web Albums Data API is returning "Content-Type text/xml is not a valid input type." when posting photo with C#
- Picasa Web Albums API vs Google Photos Library API
- Saving a photo from mobile to GDrive
- 743: unexpected token at '‹' happens using picasa gem in ruby on rails
- Picasa Web Albums API : recently uploaded photos feed not working
- How to make picasa album API Displays my private Google Photos Albums on my wallpaper App?
- Picasa Web Albums API : getting X latest uploaded photos using Atom
Related Questions in GOOGLE-PHOTOS-API
- Google Photos API Exceeding Quota
- Increasing Timeout when too many requests with Google Photos BaseUrl
- Google Photos API add to album
- Google Photos API Bad Request
- CLI script to make Google API queries - how to authenticate
- error 400 Bad Request in Google photos api 'share album'
- Cannot get file (image/video) to upload to Google Photos using the Google Photos Api
- Using access token generated from googleapis.com/oauth2/v4/token, returns UNAUTHENTICATED
- What is causing my python script using Google APIs to throw a status code 3 & 6?
- Can't add an existing Media Item to a new Album via Google Photos API
- How to use the Google Photos API in a Python Script?
- shared album using google photos API for server to server
- using cognito user pool in aws lambda function to consume google photo api
- Is there a way to get all "liked" (heart) images from a shared google photos album
- getting error on jwt.io when trying to get access_token
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 # Hahtags
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?
The Google Photos Library API is independent from the Picasa Web Albums Data API. IDs, URLs and other values returned from the Picasa API are not compatible with the Google Photos Library API.
You will also need to request new authorization from your users, as the Google Photos Library API requires different OAuth authentication scopes than the Picasa API. For example, you need to request the
https://www.googleapis.com/auth/photoslibrary.readonlyscope to list media from the user's library.