Skip to main content
-1 votes
1 answer
81 views

I am struggling with EXIFTOOL to rename a batch of JPG files using each file's Picasa name tags. Any help appreciated.
John's user avatar
  • 1
1 vote
0 answers
121 views

At the moment, my code to create the Picker is similar to: let builder = new google.picker.PickerBuilder() .setOAuthToken(oauthToken) .setDeveloperKey(apiKey) .setCallback(pickerCallback) ....
Paul Grime's user avatar
  • 15.1k
4 votes
0 answers
498 views

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 (...
Dylan Watson's user avatar
  • 2,321
0 votes
1 answer
181 views

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 ...
Gieerzetka's user avatar
6 votes
1 answer
661 views

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 ...
android developer's user avatar
1 vote
2 answers
3k views

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 ...
kikan's user avatar
  • 39
0 votes
0 answers
365 views

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() ...
Samuel's user avatar
  • 154
3 votes
1 answer
121 views

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 ...
Hatsumi's user avatar
  • 2,368
1 vote
1 answer
64 views

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 ...
Hatsumi's user avatar
  • 2,368
2 votes
1 answer
1k views

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://...
Shivam Saxena's user avatar
-1 votes
1 answer
154 views

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 ...
o_nerti's user avatar
  • 11
2 votes
1 answer
245 views

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 ...
te bon's user avatar
  • 53
1 vote
0 answers
232 views

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 ...
Sagar Kanabar's user avatar
-1 votes
1 answer
251 views

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 ...
Ilyass Lahlou - TECHSBT's user avatar
1 vote
0 answers
179 views

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....
john depp's user avatar

15 30 50 per page
1
2 3 4 5
28