lawisdom.blogg.se

Dropbox api access token
Dropbox api access token





dropbox api access token

oauth2_refresh_token ( str) – OAuth2 refresh token for refreshing access token.After the timeout the client will give up onĬonnection. timeout ( Optional ) – Maximum duration in seconds thatĬlient will wait for any single packet from the.headers ( dict) – Additional headers to add to requests.To share a session across multiple clients, use 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.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 api access token

Dropbox.dropbox – Dropbox ¶ class dropbox.dropbox_client.







Dropbox api access token