Yuri
Yuri

Reputation: 46

In Unity how to save an image in a Google Photos public album

I have a screenshot, and I want to put it in an already created public album on Google Photos. Is there a way to do it?

Upvotes: 1

Views: 115

Answers (1)

Barreto
Barreto

Reputation: 432

To start there is no special Google photos API for Unity.

Now on the google photos documentation says you can't upload to an already existing album.

Note that you can only add media items that have been uploaded by your application to albums that your application has created.

I have looked into the issue tracker and this is a much awaited feature with no apparent interest from google to support.

If you dont require upload to a particular existing album, you can create an album via your unity app and then upload your photos there.

Upvotes: 0

Related Questions