Google Photos API to archive photos

Viewed 436
1 Answers

The answer is a definite "no", as it currently stands. See the similar question from 2017 about deleting, here: Is it possible to delete a photo or an album created via Google Photos API?

If you examine the page on Authorization Scopes (here: https://developers.google.com/photos/library/guides/authorization) you will find that each scope is for reading, editing or sharing. This does include removing media items from albums, and unsharing albums, though even that it limited to those created via the API.

Related