Dropbox

Links

    Dropbox API

    Getting access, Developing, Testing

    Back to Dropbox

    Auth - Token - From Oauth1

    Creates an OAuth 2.0 access token from the supplied OAuth 1.0 access token.

    Input

    type: object properties: data: type: object description: > oauth1_token: The supplied OAuth 1.0 access token. oauth1_token_secret: The token secret associated with the supplied access token. properties: oauth1_token: type: string description: The supplied OAuth 1.0 access token. oauth1_token_secret: type: string description: The token secret associated with the supplied access token. title: Data

    Output

    type: object description: | oauth2_token: The OAuth 2.0 token generated from the supplied OAuth 1.0 token. properties: oauth2_token: type: string description: The OAuth 2.0 token generated from the supplied OAuth 1.0 token.