-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: support Google Shared Drives #390
Comments
https://github.com/rclone/rclone/blob/master/backend/drive/drive.go Although it can be mounted directly with rclone, it is inconvenient to use docker in this way. |
@stefanbenten the reason to support gdrive shared drives is to have unlimited storage (like some of them have), as far as I understand. I see value i this: I have to investigate what are the requirements, hopefuly just the proper oauth2 scope, that would be an easy fix but would required reauthenticating the client |
actually it seems even simplier: we have to provide a param for the drive id to use, that could be a shared one. |
Any progress on this? |
@hongkongkiwi you can try to write the ID of the folder in the shared drive (ie: |
Nope, this doesn't work |
I totally forgot about the investigation I did and how I came to this conclusion: this solution joint with the most of the code already in #512 seems to be the proper one. |
Google shared drives can have unlimited storage space. Using rclone requires more steps, so I hope transfer.sh can directly support it.
Google shared drives API Docs: https://developers.google.com/drive/api/v3/enable-shareddrives
Create Google Shared Drives for free: https://td.msgsuite.workers.dev/
The text was updated successfully, but these errors were encountered: