-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Access Google Drive via service account.
Our GCS backend already supports service account. This just copies relevant code from there.
- Loading branch information
1 parent
e827662
commit 7208adb
Showing
1 changed file
with
35 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7208adb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit has been mentioned on Duplicacy Forum. There might be relevant details there:
https://forum.duplicacy.com/t/cli-release-2-5-0/3448/1
7208adb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gilbertchen, is it possible to use a service account and access a different user's drive similar to Rclone's
impersonate
property (https://rclone.org/drive/#drive-impersonate)?At the moment, it looks like the service account accesses a hidden drive which I can't access through the Google Drive web interface.