419 questions
-1
votes
1
answer
81
views
rename image file using its Picasa name tags
I am struggling with EXIFTOOL to rename a batch of JPG files using each file's Picasa name tags. Any help appreciated.
1
vote
0
answers
121
views
How can I use Google Picker to select a photo from a shared album?
At the moment, my code to create the Picker is similar to:
let builder = new google.picker.PickerBuilder()
.setOAuthToken(oauthToken)
.setDeveloperKey(apiKey)
.setCallback(pickerCallback)
....
4
votes
0
answers
498
views
Can you use the Google Photo API with the Google picker?
My understanding is that the Google Picker can be used to select "Picasa" photos and albums. However, since the Picasa API has now been shutdown, the ids returned by the picker are completely useless (...
0
votes
1
answer
181
views
Will Google picasa API key work as Google photos API key?
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 ...
6
votes
1
answer
661
views
Is it possible to get a person public profile photo using email alone, just like on the old G+/Picasa API?
Background
In the past, and in the near future, it's possible, given a person's email, to get the profile photo, as shown here:
Retrieving a user's public google/gmail picture
It is even ...
1
vote
2
answers
3k
views
What is the best way to create a wallpaper app for android?
I am sure you are fine and happy. I want to create a wallpaper app for android. I am a newbie to be honest.
There used to be picasaweb and its api for storing albums and fetching images on an android ...
0
votes
0
answers
365
views
Google Photos Api return null
When I try to list albums with the PhotosLibraryService API, I always return null, has anyone been able to use the new Google Photos API yet? The picasa API no longer works.
public void ListAlbums()
...
3
votes
1
answer
121
views
How can I make OAuth2 authentication to the Picasa Web Albums Data API with C#?
I'm trying to upload a photo using the Picasa Web Albums Data API in C# and I'm using RestSharp to help me with the HTTP requests.
I have the client ID and the client secret, but I don't know how to ...
1
vote
1
answer
64
views
Why Picasa Web Albums Data API is returning "Content-Type text/xml is not a valid input type." when posting photo with C#
I'm trying to post a photo without metadata with Picasa Web Albums Data API in C#.
I'm following the official documentation on the part Posting a photo without metadata
To help me with the HTTP ...
2
votes
1
answer
1k
views
Picasa Web Albums API vs Google Photos Library API
I have an app which uses the pretty old Picasa web albums data API (https://developers.google.com/picasa-web/). A few days ago (May 2018), Google released the new Google Photos Library API (https://...
-1
votes
1
answer
154
views
Saving a photo from mobile to GDrive
I want to take a photo with my mobile and save it to the Google Drive in a particular folder. I can, for example, wait my photo to be uploaded by Google's background service, and then save it with the ...
2
votes
1
answer
245
views
743: unexpected token at '‹' happens using picasa gem in ruby on rails
I want to get pictures from google photo using Picasa Web Album Data API on ruby on rails web application.
However, the error that
JSON::ParserError in PhotosController#photo
743: unexpected token ...
1
vote
0
answers
232
views
Picasa Web Albums API : recently uploaded photos feed not working
I am fetching users recently uploaded photos from Picasa. As per documentation sample request url:
https://picasaweb.google.com/data/feed/api/user/userID?kind=photo&max-results=10
Response is ...
-1
votes
1
answer
251
views
How to make picasa album API Displays my private Google Photos Albums on my wallpaper App?
I was working on an android wallpaper app where i use Google picasa album API as where the wallpapers are downloaded from , so i create an album on google photos where i put all the wallpapers images ...
1
vote
0
answers
179
views
Picasa Web Albums API : getting X latest uploaded photos using Atom
I'm trying to fetch the latest X uploaded photos of specific user but can't get the actual photos although I received a success response from Google.
This is the URL i'm using: https://picasaweb....