dropbox-sdk-python
dropbox-sdk-python copied to clipboard
The Official Dropbox API V2 SDK for Python
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 4.2.0. Release notes Sourced from actions/setup-python's releases. Add check-latest input and bug fixes In scope of this release we add the check-latest input. If check-latest ...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.8.2 to 4.1.1. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v4.1.1 ⚙️ Fixes an issue that occurred on Windows runners when CRLF is auto-replaced by...
**Describe the bug** This package cannot be used on Python 3.12. Traceback: ``` from dropbox.files import FileMetadata .tox/py3.12-django5.0/lib/python3.12/site-packages/dropbox/__init__.py:3: in from dropbox.dropbox_client import ( # noqa: F[40](https://github.com/jschneier/django-storages/actions/runs/6684029520/job/18170161117#step:5:41)1 # pylint: disable=unused-import .tox/py3.12-django5.0/lib/python3.12/site-packages/dropbox/dropbox_client.py:[43](https://github.com/jschneier/django-storages/actions/runs/6684029520/job/18170161117#step:5:44):...
Upgrading to 3.12 required some changes in which dependencies are installed because setuptools is since 3.12 a hard dependency. I think it is a good idea to unify requirements.txt and...
In the same vein as https://github.com/dropbox/dropbox-sdk-python/pull/481, this PR updates the test matrix & classifiers up to the most recent 3.12. ## **Checklist** **General Contributing** - [X] Have you read the...
Remove classifier and workflow settings for Python 2.
**Describe the bug** `UserRootInfo` in the Python SDK does not have a `home_path` field, while the API docs at https://www.dropbox.com/developers/documentation/http/documentation#users-get_current_account say that it does. **Versions** * What version of the...
**Why is this feature valuable to you? Does it solve a problem you're having?** Datetimes returned by the client library do not include a timezone. As per [lost timezone](https://github.com/dropbox/dropbox-sdk-python/issues/64), the...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.0 to 5.0.2. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v5.0.2 ⚙️ Fixes an issue that occurs when using push-to-fork and both base and head...
Fix bug where binary mode isn't used in updown.py example