Questions tagged [google-photos]

The new photos app allows you to choose photos and videos from your device (local and online)

Google photos app is the next version of the gallery app, which is an integral part of the Google Plus app. This app allows other apps to browse/edit/share/choose images and videos (both local and online). It's an alternate application for the default Gallery app.

Reference: https://support.google.com/plus/answer/3453521?hl=en

310 questions
0
votes
1 answer

How I can add one image from Google Photos to HTML template for sending email?

I need to use photos from Google Photos into HTML templates. I readed some answers here. In all answers are talking about use the URL of the image, but the principal issue for me is to take the URL of the image from Google Photos. This is my…
A. Cedano
  • 557
  • 7
  • 39
0
votes
0 answers

How to fix the 'invalid_grant' error when using Google Photos API

I'm trying to use the Google Photos API (quite a newbie on this). I've managed to go through the authentication/consent process. I stored the authorization code that was returned by Google. On a later moment, I'm trying to use this authorization…
0
votes
2 answers

I need a way to get updated oauth tokens for google photos

I'm currently working on an application for myself in which I need access to my own photos/albums on Google Photos. I have gotten by using the oauth 2.0 token generated in the playground, but I'd like to get a more permanent solution that does not…
Daniel
  • 11
  • 3
0
votes
1 answer

upload to google photos by selenium

google photos doesn't have . It only appears when pressing the upload button => computer. Then, It will appear under the body tag. Here is the input code:
0
votes
1 answer

Change the size of Google Photos after it been uploaded

I've been uploaded photos to Google Photos with original size instead of high quality. Now, my Google storage (Drive) is full and I want to change the size of the already uploaded photos to the high quality option for unlimited photos backup. How…
Alon Barad
  • 1,491
  • 1
  • 13
  • 26
0
votes
0 answers

Can you get an original image file from the Photos app content provider on Android?

I'm playing with an application that, among other things, has a button to pick images from the gallery. It then goes on to look at EXIF data from those images for additional processing. The following scenarios work correctly, with EXIF data being…
Vlad
  • 18,195
  • 4
  • 41
  • 71
0
votes
1 answer

Where Google Photos for iOS hide “Assistant” tab?

Google photos for iOS app used to have an Assistant tab with amazing funny things like animations other things. Now that I’ve got the latest version 5.0 I can’t find it anymore.
Ido Ran
  • 10,584
  • 17
  • 80
  • 143
0
votes
0 answers

I want to combine json and jpg files from Google Takeout

So, my Google Photos space exceeded 15gb. What I did was download all my Google Photos using Google Takeout. Now, I tried to extract one file using 7zip and found out I have several folders with JSON and jpg files. I decided to extract all of the…
Yami Kanashi
  • 141
  • 1
  • 7
0
votes
1 answer

downloaded video from google photos api do not have best quality

I am using Google Photos API to download my photos and video. The API docs say: To access the bytes of a video mediaItem, concatenate the baseUrl with the download video, dv parameter. The dv parameter requests a high quality, transcoded version…
0
votes
0 answers

is it possible to use google photos in lollipop (sdk version 22)

" I need to open google photos login and download required images in to device ", but ** my device is in lollipop ** . I think google services are available from sdk version 23. is there any reference or idea to use google photos in lollipop…
0
votes
0 answers

Get videos from my google photos(public) without logging in and display it in my web page using php?

I want to build a small video streaming web page using google photos and php/js, I need your help to get all the videos in my google photos to get in json format with video name, playable link etc... and display that in my web page. What i have…
Joseph Samuel
  • 83
  • 1
  • 10
0
votes
1 answer

jwplayer cannot seek video of google photo

I upload a video to google photo. I use jwplayer to play video. but I can't seek video. When I click to seek video, video is replay with start time 00:00. This is my code player = jwplayer("apicodes-player"); player.setup({ playlist:…
Huan Ho
  • 145
  • 2
  • 9
0
votes
0 answers

Select some photos from witnin an album and Create a url to share them using Google Photo APIs

I managed to create a Google Photo Album and upload many photos to this album using the Google Photo API. I need also using Google Photo API again, to select only a couple of these photos and create a url in order to share this. I would appreciate…
nikos
  • 1
  • 1
0
votes
0 answers

File Creation fail depending on Uri

I am trying to create File from Uri comes from an android gallery so that I can upload it to the server. File file = FileUtils.getFile(getContext(), image_uri); But depending on image URI, it works or it doesn't work.(file return null) This…
Jin Lim
  • 1,759
  • 20
  • 24
0
votes
1 answer

Getting list of Google Photos returned 401 unauthenticated

I'm working on an app that has the capability to display images from Google Photos. Problem The problem happened when the user manually revoke my app inside the Gmail Permission. After the user does this(revoke permission), open the app again and…
Azlan Jamal
  • 2,660
  • 3
  • 22
  • 29