Login to Dropbox from browser extension on Chrome
I'm using this fragment of code for OAuth URL: self.m_dbxAuth.getAuthenticationUrl( self.m_fullReceiverPath, // [redirectUri] undefined, // [state] To help prevent cross site scripting attacks. 'code', // [authType] Auth type, defaults to 'token' or 'code' 'offline', // [tokenAccessType] null, 'legacy', 'online', 'offline'…