hwittenborn / celeste

GUI file synchronization client that can sync with any cloud provider
GNU General Public License v3.0
1.21k stars 40 forks source link

Google Drive "Shared with me" folder #142

Open catprisbrey opened 1 year ago

catprisbrey commented 1 year ago

Sync works great for normal Google drive files, but I'm unsure what to write into remote directory to have it sync the "Shared with me" folder.

Rclone seems to be able to by using an "--drive-shared-with-me" flag in code but with Celeste, I'm not sure if that's much of an option.

(Feel free to close this if there a Celeste document or wiki for notes on the different platforms, and I just haven't found it.)

hwittenborn commented 1 year ago

Celeste uses rclone's Remote Control API to interact with everything related to file syncing, and it doesn't look like they support a way to pass the --drive-shared-with-me flag through that.

I've gone ahead an made a post about it in rclone's forum, but I'll keep you updated with progress on any of that here as well.

vendillah commented 1 month ago

I installed Celeste and synced files with my Google Drive. I noticed that the shared documents are not synchronized.

Given that the forum post is resolved, is it possible to do this now? Or is this (not) planned to be supported?