dropbox-sdk-python
dropbox-sdk-python copied to clipboard
The Official Dropbox API V2 SDK for Python
when I use dbx.files_download_zip_to_file(...) if the folder to zip is in uppercase,e.g. ML with files and folders inside: file1 RL the zip contains duplicates folders (in apper and lower case)...
Right now when a "invalid_account_type/feature/" error happens on `files/upload` the Python SDK throws an error of `UploadError('other', None)` instead of something more informative. Referenced here: https://github.com/rianhunter/dbxfs/issues/17
ReadTimeout
There is an error while retrieving list of files from folder with almost 100k files. But all files were retrieved successfully. ``` Traceback (most recent call last): File ".pyenv/versions/marketing-ua-reports/lib/python3.6/site-packages/urllib3/connectionpool.py", line...
Hey there, We're using files_move_batch and files_move_batch_check. Talking to support, they've acknowledge that transient errors can occur during either of these two calls requiring a nominal back-off retry. While try/excepting...
Hi, I was wondering if DropBox would consider adding a class or function that would wrap `files_upload_session_start()`, `files_upload_session_append_v2()` and `files_upload_session_finish()`. The command would basically be a wrapper around the solution...
Changelog?
Is there a Changelog for the new SDK? The releases seem to be coming rapidly. I'm using dropbox 2.2.0, but versions 3, 4, and 5 have come out recently and...
Using `.files_list_folder(path="", shared_link=dropbox.files.SharedLink(url="https://www.dropbox.com/sh/ofdd6ia32eo4wk5/AAA8553of0M2tQVlfR0S2GTFa"))` it is possible to obtain a `ListFolderResult` instance with `FileMetadata` (and `FolderMetadata` for recursion) entries. For "owned" directories (not shared ones) it is possible to use `.sharing_create_shared_link(path,...
Having an optional delegate method argument in the files_upload / files_download methods so that we can update progress UI and whatnot when uploading and downloading files would be really useful.
It would be awesome if there were a way to upload and download files in batches - having a method that wouldn't involve connection setup + teardown per file upload/download....
Automated Spec Update c36ba27d8d56648555d3068bb3826e1d3a44d92b Co-authored-by: Bruce Zhang