https://github.com/linjmeyer/googlephotosbackup
A tool for continuously backing up your Google Photos locally
https://github.com/linjmeyer/googlephotosbackup
Last synced: about 1 year ago
JSON representation
A tool for continuously backing up your Google Photos locally
- Host: GitHub
- URL: https://github.com/linjmeyer/googlephotosbackup
- Owner: linjmeyer
- Created: 2023-03-26T15:32:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-26T15:40:43.000Z (about 3 years ago)
- Last Synced: 2025-01-29T05:18:14.407Z (over 1 year ago)
- Language: C#
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Photos Backup
A tool for continuously downloading your Google Photos library locally for backup.
### Development
#### appsettings.development.json
```json
{
"Google": {
"ClientId": "",
"ClientSecret": ""
}
}
```