Skip to content

Error 409 uploading a file #202

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

Closed
sanboton opened this issue Mar 1, 2024 · 1 comment
Closed

Error 409 uploading a file #202

sanboton opened this issue Mar 1, 2024 · 1 comment

Comments

@sanboton
Copy link

sanboton commented Mar 1, 2024

Randomly getting this error when uploading a file, not working anymore since the problem occurs the first time, file gets locked forever:

odb <- get_business_onedrive()

odb$upload_file("file.xlsx", dest = "destination/file.xlsx")
Error in process_response(res, match.arg(http_status_handler), simplify) : 
  Conflict (HTTP 409). Failed to complete operation. Message:
A file with the same name is currently being uploaded. Change the filename and try to save again.

No file is being uploaded, I can upload it with a different name, but then I lose all the shared permissions.

@hongooi73
Copy link
Collaborator

This is probably an issue with the Microsoft backend, not something to do with the R package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants