dropbox-sdk-python
dropbox-sdk-python copied to clipboard
The Official Dropbox API V2 SDK for Python
The method [`sharing_create_shared_link` has a `pending_upload`](https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.Dropbox.sharing_create_shared_link) argument which you can use to ask Dropbox to generate a url for a file or folder which is still in the process of...
On the App Console Page there is a button to generate a token for developer working on Dropbox apps. I am working on MacBook Pro Ventura using Pop!_OS in a...
Change Notes: check_api_v2_types Namespace - Update EchoArg DataType.STRUCT files Namespace - Update DeleteBatchArg DataType.STRUCT - Update RelocationBatchArgBase DataType.STRUCT - Update save_url DataType.ROUTE team_log_generated Namespace - Add RansomwareRestoreProcessCompletedDetails, RansomwareRestoreProcessStartedDetails, TeamEncryptionKeyCancelKeyDeletionDetails, TeamEncryptionKeyCreateKeyDetails,...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 4.6.1. Release notes Sourced from actions/setup-python's releases. v4.6.1 What's Changed Fix allow-prereleases sample configuration by @mayeut in actions/setup-python#615 Fix a incorrect link advanced-usage.md by @siyuan0322...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.3.2 to 3.1.4. Release notes Sourced from codecov/codecov-action's releases. 3.1.4 What's Changed build(deps-dev): bump @types/node from 18.15.12 to 18.16.3 by @dependabot in codecov/codecov-action#970 Fix typo in README.md...
**Describe the bug** In the 11.36.0 tag, the `__version__` is set in https://github.com/dropbox/dropbox-sdk-python/blob/v11.36.0/dropbox/dropbox_client.py But for 11.36.1 it is not: https://github.com/dropbox/dropbox-sdk-python/blob/v11.36.1/dropbox/dropbox_client.py Cf. https://github.com/dropbox/dropbox-sdk-python/issues/425 **Expected Behavior** Each tagged version has the `__version__`...
**Describe the bug** `files_search_v2` returns the same `content_hash` in the `FileMetadata` for each file even though they have different file sizes. **To Reproduce** 1. Upload two files of differing sizes...
**Why is this feature valuable to you? Does it solve a problem you're having?** The requests library allows both streaming and chunked uploads (see https://requests.readthedocs.io/en/latest/user/advanced/#streaming-uploads and https://requests.readthedocs.io/en/latest/user/advanced/#chunk-encoded-requests). This has two...
adding param explanations for `files_upload` ## **Checklist** **General Contributing** - [x] Have you read the Code of Conduct and signed the [CLA](https://opensource.dropbox.com/cla/)? **Is This a Code Change?** - [x] Non-code...
Removes the hardcoded CA bundle from the SDK. The `ca_certs` parameter is still present, so users can pin with their own CA bundle if they so choose. Improves integration tests...