Overview
This is a GAS library for retrieving and creating the albums and media items using Google Photo API using Google Apps Script (GAS).
Description
In the current stage, Google Photo API is not included in Advanced Google services. But in order to use Google Photo API with Google Apps Script, I created this as a GAS library. So in the current stage, in order to use this library, the following flow is required.
- Link Cloud Platform Project to Google Apps Script Project.
- Enable Google Photo API at API console
- Set the scopes to the manifest file of the Google Apps Script.
When above flow is done, the following functions can be used with this library.
- Create new album.
- Get album list.
- Get media item list.
- Get media items.
- Upload images to album.
Library’s project key
1lGrUiaweQjQwVV_QwWuJDJVbCuY2T0BfVphw6VmT85s9LJFntav1wzs9
You can see the detail information here https://github.com/tanaikech/GPhotoApp