Skip to content

Synchronizing with Google Drive Shared Folders #264

Answered by thojDufour
thojDufour asked this question in Q&A
Discussion options

You must be logged in to vote

I found the answer to my own question:
After the creation and linking of the Google Drive account, quit Celeste.
Modify the $HOME/.config/celeste/rclone.conf from:

[Newly created link with your GDrive account]
type = drive
client_id = SOMESTRING.apps.googleusercontent.com
client_secret = SOMESTRING
token = {"access_token":"SOMESTRING","token_type":"Bearer","refresh_token":"SOMESTRING>
team_drive = 

To:

[Newly created link with your GDrive account]
type = drive
client_id = SOMESTRING.apps.googleusercontent.com
client_secret = SOMESTRING
token = {"access_token":"SOMESTRING","token_type":"Bearer","refresh_token":"SOMESTRING>
team_drive = FOLDERID

The folder ID can be found when accessing t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by thojDufour
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant