google-photos-api Questions

4

https://photos.google.com/activities/photos_likes returns likes photos in shared albums. I would like to use the photoslibrary api or the activities api to find liked photos in shared albums. Howe...
Nielson asked 2/11, 2018 at 19:52

1

I'm writing a program to backup my Google Photos library locally, and last week the code was working fine but in the last few days I've been repeatedly getting an error back from the API client say...
Fairleigh asked 18/3, 2021 at 11:12

2

Solved

Context: I wanted to see how I'm using my Google Photos space and I wrote a little script in Python that uses the Google Photos API to retrieve all my albums and it's contents (using https://develo...
Illailladvised asked 8/5, 2019 at 17:58

2

Solved

I'm trying to integrate the Google Drive in my angular application So that our users can copy the content from docs and download their images to my application. As per the file:get API Documentatio...
Malaise asked 24/3, 2020 at 21:12

1

I am trying to authenticate a java app into the google photos api, using my own account, which doesn't support service_account as per documentation. The problem is that the file generated by the go...
Gillespie asked 23/5, 2020 at 15:34

3

I try to use Google Photos API to upload my images, base on the steps of the following link. https://developers.google.com/photos/library/guides/upload-media After following the Using OAuth 2.0 f...
Prognosis asked 30/8, 2018 at 8:26

2

Solved

I've created a sample here to reproduce this issue. I'm running this project on an emulator with API level 29 and selecting a video from google photos provider. But I cannot figure out how to get...
Christenechristening asked 12/2, 2020 at 6:27

2

Solved

There does not seem to be any way of removing created photos or albums even when full access is grated to the program. Delete support is vital for the Photos API to be complete. Lack of delete fu...
Fincher asked 10/7, 2018 at 8:44

1

Solved

After getting a list of media items and a list of albums from the Google Photo API (using Go and the Google Photo REST API), adding items to an album returns an error. (Note: using the web interfa...
Sewell asked 30/5, 2019 at 8:17

4

Solved

According to Google API Client Libraries page it is possible to access the Google Photos API using the python client library, but after installing it using pip install -t lib/ google-api-python-cli...
Direct asked 28/5, 2018 at 20:39

3

I'm using the 2018 version of the Google Photos API to upload images and media as documented here: "Uploading Bytes" When I upload a new image or video I never get an upload token in the body of t...
Gauge asked 5/8, 2018 at 11:39

4

When I query a photo in Google photos via the API, it doesn't return any location data that is associated with the image. I can see the location on the map when I view the information about the ima...
Brotherson asked 14/7, 2018 at 8:26

4

Solved

I'm trying to use the Google Photos API to incrementally upload a very large local photo library. Everything was working, but after uploading about 1.2GB the requests started being rejected with ...
Ridgeway asked 18/9, 2018 at 19:2

0

Almost all the google services are available in 'google play services' for android and some are still only available as java library and there are instructions to use those java libraries in androi...
Imprison asked 14/9, 2018 at 9:49

1

I am trying to upload a photo (jpg image) using the new Google Photos API. I am able to get an uploadToken but when I try to create the media item I get the following error: { "newMediaItemResult...
Lampe asked 8/8, 2018 at 12:30

1

Solved

Using the Google Photos API Explorer I am trying to limit the number of albums returned using the albums.list method. If I set pageSize = 10, the api explorer returns 5 albums, if I set it to 3 i...
Devoir asked 22/6, 2018 at 9:29

0

I am building a design tool to create fully customizable photo products like photobooks. I use technologies such as firebase (database and storage) and angular4. In order to integrate google photos...
International asked 28/6, 2018 at 16:41
1

© 2022 - 2024 — McMap. All rights reserved.