311 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
50
views
Problem in fetching photos using google api in android application based on Flutter
I am developing an Android app (using Flutter) that needs to access the Google Photos Library API. I have set up an Android OAuth 2.0 client in Google Cloud Console with the correct package name and ...
3
votes
2
answers
295
views
Chrome Extension: Google Photos API Returns "Insufficient Scopes" Despite Correct Setup
I’m building a Chrome extension that integrates with Google Photos API, but I keep hitting a 403 PERMISSION_DENIED error with the message:
"Request had insufficient authentication scopes"
...
-1
votes
1
answer
45
views
Media gets returned in random order — How to sort by creation time?
I'm using the Google Photos API and the Google Photos Picker API, and I've noticed that the media returned is not sorted by mediaMetadata.creationTime. The order seems random, and I couldn't find a ...
1
vote
0
answers
135
views
Google Photos Edit intent is limited for Media Uri only, why?
I'm trying to edit (Intent.ACTION_EDIT) app's media file from app's private folder in Google Photos,
but it seems Google Photos supports only Media Uri, and we can't get one for app's private storage, ...
2
votes
1
answer
355
views
Google Photos migration from Library API to Picker API in iOS
I'm fetching the Google Photos using the Library API but this API is going to be deprecated after March 31.
According to Google I need to start using Picker API
The integration steps are clear:
1 - ...
0
votes
0
answers
52
views
How can download a shared Google Photos album using C# without authentication?
I would like to be able to download all the images in a shared Google Photos album (or a selection of them) from a C# app without using Google authentication. This is possible via a browser but I ...
1
vote
1
answer
106
views
Programmatically accessing user-selected MediaItems without repeated User Intervention (Google Photos API Update)
According to the upcoming March 2025 update for the Google Photos Library API, it appears that the only way to programmatically access mediaItems not created by the app is by using the Picker API, ...
1
vote
2
answers
446
views
Google Library API to Photo Picker - do you have to use Google's UI?
I have a website for pilots that allows people to add images to a flight entry. I've long had functionality that would use the Google Photo Auth API to preview the Google Photos that are on the date ...
-1
votes
2
answers
306
views
Connect to Google Photos API from Google Colab
I made a Google Cloud Project and Enabled Google Photos API and OAuth 2.0.
In Google Colab, the authenticate() brings up a popup asking for permissions of Google Drive. If I provide client_secret.json ...
0
votes
1
answer
140
views
Google Photo in an html page
I uploaded a photo on Google Photo. Created a shared link from the album. I want to display the image in an html page.
Following is the code:
<!DOCTYPE html>
<html>
<head>
<...
0
votes
0
answers
61
views
Increasing Timeout when too many requests with Google Photos BaseUrl
Hello everyone !
I'm currently develop a solution to transfert all my photos on Google Photos for a specific year and month to my FTP nas. The only problem i got is that more i execute downloads ...
0
votes
1
answer
113
views
Google Photos API add to album
I am getting a error I cannot work out the reason for in
public function album_addIds($itemIds, $albumId) {
if (!is_array($itemIds)) {
$itemIds = [$itemIds];
}
try ...
2
votes
0
answers
115
views
is there a way to get the memory's that user have in his google photos from the api?
i am currently working on a project where I need to access the 'Memories' feature of Google Photos through their API. For those unfamiliar, 'Memories' in Google Photos is a feature that resurfaces ...
1
vote
0
answers
202
views
Can't add an existing Media Item to a new Album via Google Photos API
Goal
I am attempting to programmatically copy existing Media Items from one album to a newly created album.
For example, I have a photo with Media Item ID of p001 and it currently lives in an album ...
0
votes
1
answer
2k
views
Change file creation date on Android for Google Images
In November 2022, I've bought a new android phone. I've backed up every file in my old phone on my pc and then moved them into my new one from my pc. Nowadays, I've started backing my photos to Google ...