-
-
Notifications
You must be signed in to change notification settings - Fork 868
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
Bug: OneDrive HTTP 400 response when using ONEDRIVE_SINGLE_DIRECTORY with Docker #2318
Comments
The problem seems to be that if you put in the docker environment variable to perform a single-dir sync, it puts quotes surrounding it. During my debugging I've also found another bug in the new docker single-dir setup. I will fix both. |
@NigelVanHattum |
@NigelVanHattum |
@abraunegg |
@NigelVanHattum |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Describe the bug
The OneDrive API return a HTTP 400 on my single sync config
Operating System Details
Client Installation Method
From Source
OneDrive Account Type
Personal
What is your OneDrive Application Version
Docker
What is your OneDrive Application Configuration
What is your 'curl' version
Where is your 'sync_dir' located
Local
What are all your system 'mount points'
What are all your local file system partition types
How do you use 'onedrive'
Via Docker
Steps to reproduce the behaviour
Docker-compose up onedrive-sync
Complete Verbose Log Output
Screenshots
No response
Other Log Information or Details
No response
Additional context
I think I've found the solution, I will create a PR for it.
The text was updated successfully, but these errors were encountered: