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

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

Property 'auth' does not exist on type 'Dropbox'

auth export class DropboxService { private dbx: Dropbox constructor() { this.dbx = new Dropbox({ fetch, clientId: dropboxConfig.clientId, clientSecret: dropboxConfig.clientSecret, }) } ...