You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

kiranghuge's avatar
kiranghuge
Explorer | Level 4
2 months ago

Regarding Access Token Expiration Policy

Regarding Access Token Expiration Policy
  • Rich's avatar
    Rich
    2 months ago

    kiranghuge wrote:

    If we are generating access token directly without setuping the Oauth flow for how much time it will be valid?


    Access tokens typically last about 4 hours.

     


    And any way can we create a token or any other authentication method that we can use like instead of creating again and again create once and use until revoked ?

    Long-lived access tokens are no longer available. You need to use short-lived tokens along with a refresh token. Refer to the OAuth Guide and authorization documentation.