So I just started using dropbox for a nextjs/react app and everything works fine exactly as it should when I run it locally, but when I deploy to vercel I get a 400 code and the 'Error in call to API function "files/upload": The given OAuth 2 access token is malformed.' message. I've configured my environment variables correctly because all of the other api calls in my app work correctly when deployed. I'm guessing I need to configure something in the developer dashboard to allow the access token to work on the vercel app as well as locally but I'm unsure what it is I need to do as of now. Any help would be greatly appreciated!