Posts & RepliesJavascript SDK - Auth, getting tokens, setting tokens Hello! Im building a React app with the Javscript SDK and am having issues getting a refresh token and access tokens (browser-side, not backend). Im setting up DropboxAuth const dbxA...SolvedRe: Javascript SDK - Auth, getting tokens, setting tokens Thank you! Re: Javascript SDK - Auth, getting tokens, setting tokens Thank you for your help and patience. I am now wondering if this method is the best course of action for what my app needs to do... I need the access token to work indefinitely so the 20 or so us...Re: Javascript SDK - Auth, getting tokens, setting tokens react_devtools_backend.js:4026 {error: 'invalid_grant', error_description: "code doesn't exist or has expired"} error: "invalid_grant" error_description: "code doesn't exist or has expired" [[...OAuth, moving app into production Hello! I'm using the Javscript SDK to build an app where my employees are able to search through specific invoice files on my Dropbox that have been cross checked with the Intuit Quickbooks AP...Accessing Excel Data in Javascript using SDK Does anybody know how to access specific cell data from Excel sheets in javascript? I'm using the preview method to get a fileBlob back to preview but is there a way to grab specific data from speci...Solved