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

File not found error for uploads of previously trashed file #10654

Closed
cyberduck opened this issue Mar 18, 2019 · 4 comments
Closed

File not found error for uploads of previously trashed file #10654

cyberduck opened this issue Mar 18, 2019 · 4 comments
Assignees
Labels
bug fixed googledrive Google Drive Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

@dkocher created the issue

It looks like this is caused when the Delete feature in the web browser does not actually immediately delete the file but only schedules it for deletion. A race condition can then occur when we still see the file when initiating the upload but subsequently fail to read its attributes when the delayed delete is actually performed on the server. I cannot reproduce it when deleting the file (which also just moves it to the Trash) in Cyberduck.

@cyberduck
Copy link
Collaborator Author

743b28c commented

I encountered this problem as well. Emptying my trash on the Google Drive website fixed it, but that's obviously not a proper fix.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We can display trashed files in the browser by choosing View → Show Hidden Files and should thus provide an overwrite prompt attempting to replace.

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

In 4788f07.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

#11099 closed as duplicate.

@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
bug fixed googledrive Google Drive Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants