We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
martinkleinaustria
5 years agoExplorer | Level 4
OAuth Updates for an App for just One Single User (Developer is only user) required ?
I received a mail from Dropbox announcing the Oauth updates by Sept 2021.
I have a very simple Single Page Java Script application - which runs in the browser not in node - and I use the Dropbox-sd...
Greg-DB
Dropbox Community Moderator
5 years agoThe App Console will continue to offer the ability to generate access tokens. (Currently, that includes both long-lived and short-lived access tokens. After the change, it will no longer offer long-lived access tokens.) It does not currently offer the ability to additionally generate refresh tokens though. We may add that in the future, but I can't guarantee that.
I don't believe we currently have an example of processing the PKCE flow in browser JavaScript, but I'll pass this along as a request for one. I can't promise if/when that might be implemented though. There is unfortunately currently an open bug with that though anyway.
Greg-DB
Dropbox Community Moderator
5 years agoWe have a new example for using PKCE in the browser with the latest version of the JavaScript SDK, currently v9.4.0, here:
https://github.com/dropbox/dropbox-sdk-js/blob/main/examples/javascript/pkce-browser/index.html
- martinkleinaustria5 years agoExplorer | Level 4
Many thanks for the example. Unfortunatly I only now had time to try it.
My problem is that this example works with a redirect-url 'http://localhost:8080/pkce-browser".
Since I dont work with npm I dont have a local server with this url.
I run my single-page app simply in the browser without any npm installation.
So I would expect the example to do the authorisation with a "Code Verifier" that is generated in the app and not
returned via a redirect-url.
But maybe I still do not understand the whole concept.I have a simple one-page html App and I am and well be the only user of this app.Many thanks for your helpWith kind regardsMartin Klein- Greg-DB5 years ago
Dropbox Community Moderator
I'm not sure I totally understand your latest message. Can you elaborate on what you currently need help with? What exactly are you currently trying to do and what are you stuck on? (Even if you can't run the new example via a local server, it can still serve as a reference for the JavaScript code you would need to run to implement the new OAuth flow.)
- martinkleinaustria5 years agoExplorer | Level 4
I want to rework my existing very simple App that was based on the provided download example of the SDK to use the new authentication.
The provided new example that you suggested to me uses a local
server at the localhost domain listening to process messages on port 8080.The whole code is written around this functionality. It receives the access token via this callback.
So my problem is that I cannot use this example since I have no local host because I dont use npm.
Might be that there is no solution for my simple case. Propably I would need a local server for the new authentication and therefore would need a npm environment.
But then dropbox in the future is no solution for a pure browser environment without npm.
But this should then be clearly stated in the documentation.
With kind regards
Martin Klein
About Discuss Dropbox Developer & API
Make connections with other developers
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!