dropbox-sdk-python
dropbox-sdk-python copied to clipboard
The Official Dropbox API V2 SDK for Python
* Restores CI to a green state to aid in landing other changes. * Python 2.7 is still covered, but only on Ubuntu and excluding PyPy. Changes are made to...
We are running an unattended process which uploads files from a raspberry pi. These files can become corrupt. The corrupt files remain in the file history. I would like to...
* CI now tests Python 3.9, 3.10, 3.11, 3.12, we no longer test 3.5, 3.6, 3.7. * We no longer advertise support for Python 2.7. This is inevitable as GitHub...
**General Contributing** - [ ] Have you read the Code of Conduct and signed the [CLA](https://opensource.dropbox.com/cla/)? **Is This a Code Change?** - [ ] Non-code related change (markdown/git settings etc)...
This was broken due to an issue with the token used to create the PR. This changes the workflow to use the `GITHUB_TOKEN` provided to the action instead, but we...
**Describe the bug** Was attempting to create some good type stubs and got these errors: ``` Running mypy for Python 3.8... *** Testing Python 3.8 on linux Testing third-party packages......
This PR introduces markdown (mermaid) documentation in order for new people to get up-to-speed faster. You can see how the docs render here: https://github.com/CodeBoarding/GeneratedOnBoardings/blob/main/dropbox-sdk-python/on_boarding.md The idea behind the change is...