We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

nevermindx's avatar
nevermindx
Explorer | Level 4
3 months ago

Drop box js sdk

  this.dbxAuth = new DropboxAuth({ clientId: dropboxConfig.clientId, clientSecret: dropboxConfig.clientSecret, })   i am stroing the refreshToken from  const tokenResponse = await this.dbx...
  • Здравко's avatar
    3 months ago

    nevermindx wrote:
    ...
    actually do we need to refresh ? ...

    NO, actually you do not. The mentioned method gets executed internally whenever needed. Just init your Dropbox object with the instance of DropboxAuth, you already have (as discussed in the other thread), and... that's it - further do call methods there according what you need to do - Dropbox object' methods only. 😉

    Hope this helps.