@paolafrancesca commented on GitHub:
@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:…
@wc7086 commented on GitHub:
@wc7086 Could you elaborate the use case a little more?
https://github.com/rclone/rclone/blob/master/backend/drive/drive.go
Although it can be mounted…
@wc7086 commented on GitHub:
what would the goal of implementing this?
Gives the user a way to verify that the downloaded file is complete and correct. I don't know if providing hash on the…
@paolafrancesca commented on GitHub:
The problem is that you have to trust the server: a malicious server could just receive and return the provided hash even after tampering the upload, and you…
@paolafrancesca commented on GitHub:
@wc7086 what would the goal of implementing this?
@paolafrancesca commented on GitHub:
@wc7086 purge-days does not effect MaxDate in metadata. it deletes the files from the storage after the number of days setup
@paolafrancesca commented on GitHub:
0 is the zero value: it means that the feature is disabled.
In REAMDE.md no zero default value are reported.
@stefanbenten what do you think? Should…
@paolafrancesca commented on GitHub:
When I change servers, how does the program know when files need to be deleted?
sorry, I forgot to answer your question
the logic is different…
@wc7086 commented on GitHub:
I think the necessary Value in Usage in README.md needs to be filled in, even if the default value is 0.
@wc7086 commented on GitHub:
@wc7086
purge-daysdoes not effectMaxDatein metadata. it deletes the files from the storage after the number of days setup
When I change servers, how does…
@paolafrancesca commented on GitHub:
@hongkongkiwi I have no shared folder to test on
you can try to write the ID of the folder in the shared drive (ie: --basedir) in `%gdrive-local-config…
@paolafrancesca commented on GitHub:
@jonasled thanks for testing
There's a PR to support shared drives on gdrive: https://github.com/dutchcoders/transfer.sh/pull/512
As it is, it…
@paolafrancesca commented on GitHub:
actually it seems even simplier: we have to provide a param for the drive id to use, that could be a shared one.
I totally forgot about the investigation…