Giter Club home page Giter Club logo

Comments (12)

b-dur avatar b-dur commented on July 3, 2024 4

I need this functionality as well.

But in the meantime I created an "extension" package that does the trick for me. Maybe it could be useful for others too.

It can be found here: https://www.npmjs.com/package/dropbox-client-oauth2

from dropbox-sdk-js.

greg-db avatar greg-db commented on July 3, 2024 1

The JavaScript SDK now supports the "code" flow as of v3.0.0, via the getAccessTokenFromCode method. There's a basic example of using it here, and instructions for running that here.

Make sure you set your app key and secret here, and set http://localhost:3000/auth as a redirect URI for your app to run that example.

from dropbox-sdk-js.

fadookie avatar fadookie commented on July 3, 2024 1

@greg-db This is great, but what if you don't have a server to redirect to (i.e. running from a CLI script?)

EDIT: NVM, figured it out. You can call getAuthenticationUrl(null, null, 'code').

EDIT 2: Wait, nope, still stuck. Calling getAccessTokenFromCode(null, code) generates a request with &redirect_uri=null and results in a 400 with error description of redirect_uri mismatch. Passing empty string for redirect_uri also doesn't seem to work.

from dropbox-sdk-js.

greg-db avatar greg-db commented on July 3, 2024 1

@fadookie It looks like getAccessTokenFromCode method wasn't written to properly support the case where no redirect URI was used. I'll ask the team to update that to support that.

from dropbox-sdk-js.

greg-db avatar greg-db commented on July 3, 2024 1

@fadookie @xeektech The getAccessTokenFromCode method has been updated to support a null redirectUri as of v5.0.0.

from dropbox-sdk-js.

greg-db avatar greg-db commented on July 3, 2024

Thanks! We'll consider it a feature request.

from dropbox-sdk-js.

sidhuko avatar sidhuko commented on July 3, 2024

@greg-db any news on this?

from dropbox-sdk-js.

greg-db avatar greg-db commented on July 3, 2024

No, I don't have an update on this.

from dropbox-sdk-js.

stevemao avatar stevemao commented on July 3, 2024

@b-dur your module works well for me. Why don't you submit a PR to this one to add the functionality here? 😄

from dropbox-sdk-js.

sidhuko avatar sidhuko commented on July 3, 2024

from dropbox-sdk-js.

xeektech avatar xeektech commented on July 3, 2024

Hi @greg-db any alternatives you might wanna suggest here? I have the same requirement as @fadookie. TIA

from dropbox-sdk-js.

greg-db avatar greg-db commented on July 3, 2024

@xeektech No, I don't have an update on this yet unfortunately.

from dropbox-sdk-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.