Skip to content
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

Allow Mountain Duck to create a new version of a file in Google Drive #10844

Closed
cyberduck opened this issue Oct 14, 2019 · 1 comment
Closed
Labels
enhancement googledrive Google Drive Protocol Implementation worksforme

Comments

@cyberduck
Copy link
Collaborator

2f5e014 created the issue

Currently, when a new file is uploaded to Google Drive, the previous file is deleted, then a new file is uploaded. Since Google Drive allows previous versions, it would be helpful if an updated file did create a new version.

I believe this is possible with the "PATCH" command in the v3 API.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We do issue a PATCH if the file already exists but it may be the application used to edit the file which deletes the file prior changing.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement googledrive Google Drive Protocol Implementation worksforme
Projects
None yet
Development

No branches or pull requests

1 participant