We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The script effectively still works but throws a warning:
$ get_dropbox_link.py ~/Dropbox/Public/my-file.jpg --query 'raw=1&dl=' /Users/me/Library/Python/3.9/lib/python/site-packages/requests/__init__.py:86: RequestsDependencyWarning: Unable to find acceptable character detection dependency (chardet or charset_normalizer). warnings.warn( https://www.dropbox.com/s/xxx/my-file.jpg?raw=1
get_dropbox_link.py
The text was updated successfully, but these errors were encountered:
Looks like this may be an issue with your requests install. Give this solution a try.
requests
Sorry, something went wrong.
No branches or pull requests
The script effectively still works but throws a warning:
Environment
get_dropbox_link.py
from lastest commit b3515b6 (2023-08-22)The text was updated successfully, but these errors were encountered: