One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
DragonSkills99
3 years agoNew member | Level 2
OAuth2 Login in RPG Maker MV (RMMV) Game
Hey, I'm trying to integrate dropbox as cloud storage into an RPG Maker MV Game. I was already able to upload/download files using the "Generated access token" and now I'm trying to integrate the OAuth2 Login so every user has their savegames in their dropbox. But the login doesn't work. It just shouts the following error at me: Uncaught (in promise) ReferenceError: AbortController is not defined at x (pkg-core-deprecated.min-vflzsAoy5.js:1) at t.WebRequest (pkg-core-deprecated.min-vflzsAoy5.js:1) at Promise (pkg-modules-unneeded-for-home.min-vflOFKzlY.js:1) at new Promise () at Object.t [as WebRequest] (pkg-modules-unneeded-for-home.min-vflOFKzlY.js:1) at Promise (pkg-login-and-register-pages.min-vflv0CBF9.js:1) at new Promise () at Object.t.submitCredentialsForm (pkg-login-and-register-pages.min-vflv0CBF9.js:1) at s.__awaiter.credentialsFormData.then.e (pkg-login-and-register-pages.min-vflv0CBF9.js:1) Even logging in via Google is not working. Google just tells me that the browser is insecure, but I can't controll the browser, that is used, as it's dictated by RMMV. Any idea how I can get it to work? Greetings DragonSkills99
- Greg-DB
Dropbox Staff
It sounds like you're using some sort of web view/embedded browser in your environment. Unfortunately the Dropbox web site doesn't support such web views/embedded browsers, and the Dropbox OAuth app authorization flow must be processed in a supported system browser. You can find more information about this in the description field of the /oauth2/authorize documentation.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,949 PostsLatest Activity: 4 hours ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!