-
-
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
Feature Request: Ability to set --disable-download-validation from env var #2559
Comments
@OscarVanL Your best solution currently is to add this to your config file. Given that your prior discussion was around upload only, disabling this SharePoint issue for downloads is not going to have any effect. Please read the following documentation items:
|
Thanks abraunegg, the download verification issue I was facing was because I wanted to redownload the contents of onedrive first. Interestingly, I do not actually need to set For somer reason it seems in my scenario I only need to disable validation in one direction. |
@OscarVanL The 'alpha-5' details can be found here: #2585 The updated documentation can be found here: https://github.com/abraunegg/onedrive/blob/onedrive-v2.5.0-alpha-5/docs/docker.md |
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. |
Is your feature request related to a problem? Please describe.
I'd like to set
--disable-download-validation
as I am having the Sharepoint “enrichment” bug, but I deploy via a docker container. It does not appear this option is assignable via env var according to this table or the source code.Describe the solution you'd like
Expose this config item via an environment variable
Describe alternatives you've considered
I could probably use a config file instead
Additional context
No response
The text was updated successfully, but these errors were encountered: