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
-1
votes
0 answers

Google Photos APIs - Album.shareInfo missing

looking here: https://developers.google.com/photos/library/reference/rest/v1/albums#Album I read: [Output only] Information related to shared albums. This field is only populated if the album is a shared album, the developer created the album and…
Lorenzo
  • 9
  • 1
-1
votes
1 answer

Photoshop script to put an image into a local file to replace a layer image and export as a new JPEG?

We are working on downloading finished product photo for a website and put it into a custom layer in photoshop. It takes a long time to do manually so i'm trying to see if we can automate the process by downloading the JPEG into a local folder and…
-1
votes
1 answer

How get link shared media with google photo api

I implement a function create album and upload a media video use google photo api. I created share album and upload a video into album. Data return is: { …
Huan Ho
  • 145
  • 2
  • 9
-1
votes
1 answer

Is there a way to get around size limit for "Upload to Photos"

I'm using this code to share a collection of images: final ArrayList imageUris = new ArrayList<>(); for (final ImageBean selectedImage : ImageBean.getSelectedImageBeans(imagesBeans)) { final File imageFile = new…
Simon
  • 2,994
  • 3
  • 28
  • 37
-1
votes
1 answer

New Google Photos API: 'isWriteable' not returned in album list

Working with the recently-announced API (https://developers.google.com/photos/), I'm not seeing 'isWritable' in any album returned by the v1/albums endpoint, including albums created by my app. I'm using the…
-1
votes
1 answer

Getting photo timestamp using Drive API

As Google Photos API is not available yet, I am trying to fetch Photos information over Drive API. I can access all interested information except one: Photo Timestamp - the value used by Google Photos to order photos in albums and the timeline. In…
valgog
  • 2,738
  • 1
  • 20
  • 16
-1
votes
2 answers

Prevent Google Photos to ask for backing up app folders

I am making a chat app that stores sent images in it's private folder on external storage. After saving an image the Google Photos app notices that and asks if the user wants to backup that folder. Is there a way to prevent that? '.nomedia' file…
geNia
  • 985
  • 9
  • 20
-2
votes
1 answer

Google photos on iPhone, only upload select photos

I have an iPhone and I want to create an album my friends, many of whom are Android users, can add photos to. I downloaded the app on my phone for this purpose. In order to add any photos the phone first wants to uploade all my photos to Google…
Danny
  • 554
  • 1
  • 6
  • 17
-2
votes
1 answer

Is fork repository deleted?

If i save a copy of a video in Google Drive or Photos in my Google Account, and the official repository is deleted, for some copyright reason, my fork repository is deleted together? and in the GitHub?
-2
votes
1 answer

"Unfortunately Photos has stopped" when trying to take pictures and use crop function

I'm currently working on the user profile for my app. Up until recently, I've been testing on a Samsung Galaxy Note 4, which hasn't been giving me any problems with the code below. In later testing, however, I got my hands on a Nexus 5x, and when I…
1 2 3
20
21