actions-marketplace-validations/Google Photos exporter
Exports Google Photos to different targets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| googlePhotosClientId | Google photos client ID | yes | — |
| googlePhotosClientSecret | Google photos client secret | yes | — |
| googlePhotosRefreshToken | Google photos refresh token | yes | — |
| exporter | Where to store content (github, dropbox, box or onedrive) | yes | — |
| itemType | Allows exporting just specific item types (photo or video) | no | — |
| prefixPath | Path to be used as base for the exported files | no | — |
| maxChunkSize | Maximum size (in MB) of each chunk | no | — |
| offsetId | ID of the item to use as offset (not included) | no | — |
| datePatternPath | LocalDate pattern to use for the path of the item | no | — |
| syncFileName | Name of the file where last successful item ID will be stored | no | — |
| timeout | Timeout for the runner | no | — |
| requestTimeout | Timeout for the requests | no | — |
| overrideContent | Whether to override content | no | — |
| githubAccessToken | GitHub access token | no | — |
| githubRepositoryOwner | GitHub repository owner | no | — |
| githubRepositoryName | GitHub repository name | no | — |
| dropboxAppKey | Dropbox app key | no | — |
| dropboxAppSecret | Dropbox app secret | no | — |
| dropboxRefreshToken | Dropbox refresh token | no | — |
| boxClientId | Box client ID | no | — |
| boxClientSecret | Box client secret | no | — |
| boxUserId | Box user ID | no | — |
| onedriveClientId | OneDrive client ID | no | — |
| onedriveClientSecret | OneDrive client secret | no | — |
| onedriveRefreshToken | OneDrive refresh token | no | — |
Outputs
no outputs