photoprism/photoprism
GitHub で見るSynchronization: Proof-of-concept for syncing with Google Drive API
Open
#224 opened on 2020年1月24日
help wantedidea
説明
As a user, I want to sync my data with my existing Google Drive account so that I can automatically import/export photos.
Acceptance Criteria:
- Read and understand the Google API documentation
- Get an API key for Google Drive (not to be confused with Google Photos!)
- Choose a tested Go library for communicating with the API (don't reinvent the wheel)
- Write unit tests that demonstrate importing and exporting of photos using the Google Drive API
- Document anything that seems important