dropbox-sdk-python icon indicating copy to clipboard operation
dropbox-sdk-python copied to clipboard

The Official Dropbox API V2 SDK for Python

Results 60 dropbox-sdk-python issues
Sort by recently updated
recently updated
newest added

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 4.1.0. Release notes Sourced from actions/setup-python's releases. v4.1.0 In scope of this pull request we updated actions/cache package as the new version contains fixes for...

dependencies
github_actions

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.8.2 to 4.0.4. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v4.0.4 ⚙️ Fixes an issue that occurred when the local storage for a task on...

dependencies
github_actions

During genearte man page using latest sphings are emmited warnimgs: ```console $ sphinx-build -b man -d dropbox docs . Running Sphinx v3.5.4 WARNING: html_static_path entry '_static' does not exist building...

bug

Looks like `dropbox` is one of the only handfull modules whch still is using `six` ```console [tkloczko@devel-g2v dropbox-sdk-python-11.30.0]$ grep -rw six dropbox/dropbox_client.py:import six dropbox/dropbox_client.py: assert isinstance(obj_result, six.string_types), \ dropbox/dropbox_client.py: if...

enhancement

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.3.2 to 3.1.0. Release notes Sourced from codecov/codecov-action's releases. v3.1.0 3.1.0 Features #699 Incorporate xcode arguments for the Codecov uploader Dependencies #694 build(deps-dev): bump @​vercel/ncc from 0.33.3...

dependencies
github_actions

Bumps [six](https://github.com/benjaminp/six) from 1.14.0 to 1.15.0. Changelog Sourced from six's changelog. 1.15.0 Pull request #331: Optimize six.ensure_str and six.ensure_binary. Commits c0be881 Advance version to 1.15.0. 714f40f Document #331. 05c4f51 Optimize...

dependencies
python

Bumps [pytest-runner](https://github.com/pytest-dev/pytest-runner) from 5.2.0 to 5.3.0. Changelog Sourced from pytest-runner's changelog. v5.3.0 Require Python 3.6 or later. Refreshed package metadata. 5.2 #50: This project is deprecated. 5.1 #49: Surgically restore...

dependencies
python

--------- BEGIN META VARIABLES -------- Project : dropbox-sdk-python Task : PEP8 Standards Fixes Done : 3-16-17 --------- END META VARIABLES --------

- Delete request arguments in functions. It is redundant as the first argument is usually the request object - Reference the session object on the request (web_app_session.session). This fixes `self.session[self.csrf_token_session_key]...

I'm pushing this changeset with a double intent. 1 - It shows how to interact with cursors and how to perform some simple actions with files on dropbox (e.g. reading...