TTMSFNCCloudGooglePhotos
Usage
A component that provides access to the Google Photos service. It allows to read, upload, download image files and read, create Albums.
Authorization information
Client ID, Client Secret, CallBack URL
Properties
| Property name | Description |
|---|---|
| Albums | A list of Google Photos Albums |
| SearchResults | A list of Google Photos |
Methods
| Property name | Description |
|---|---|
| AddFolderToAlbum | Upload all image files from a local folder to the specified Album |
| CreateAlbum | Create a new Album |
| DownloadPhoto | Download an existing Photo |
| FindAlbumByTitle | Find an Album by the specified Title |
| GetAlbums | Fills the list of Albums |
| SearchPhotos | Fill the list of SearchResults. Retrieve all available Photos or only Photos from the specified Album |
| UploadPhoto | Upload a new Photo to the specified Album |