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

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, }) } ...