buyercas.blogg.se

Dropbox api upload file python
Dropbox api upload file python













dropbox api upload file python

  • session ( ) – If not provided, a new session (connection pool) isĬreated.
  • “/OfficialDropboxPythonSDKv2/_version_” to the user_agent, Recommend you use the format “AppName/Version”. Helps us identify requests coming from your application.
  • user_agent ( str) – The user agent to use when making requests.
  • dropbox api upload file python

  • max_retries_on_rate_limit ( Optional ) – On 429 errors, the.
  • max_retries_on_error ( int) – On 5xx errors, the number of times to.
  • oauth2_access_token ( str) – OAuth2 access token for making client.
  • _init_ ( oauth2_access_token=None, max_retries_on_error=4, max_retries_on_rate_limit=None, user_agent=None, session=None, headers=None, timeout=100, oauth2_refresh_token=None, oauth2_access_token_expiration=None, app_key=None, app_secret=None, scope=None, ca_certs=None ) ¶ Parameters: Methods of this class are meant to act on the corresponding user’sĭropbox. Use this class to make requests to the Dropbox API using a user’s access Dropbox ( oauth2_access_token=None, max_retries_on_error=4, max_retries_on_rate_limit=None, user_agent=None, session=None, headers=None, timeout=100, oauth2_refresh_token=None, oauth2_access_token_expiration=None, app_key=None, app_secret=None, scope=None, ca_certs=None ) ¶īases: dropbox.dropbox_client._DropboxTransport, Dropbox.dropbox – Dropbox ¶ class dropbox.dropbox_client.















    Dropbox api upload file python