Get access token from dropbox api wihout user interaction -
i read dropbox core api authentication , in documentation written user must open link, copy authorization code, paste , api change access token. there way avoid that? example when opening dropbox chooser , authenticating using email , password how can access token result? updates on that?
note : purpose access token result after user signs in using dropbox chooser api.
of course user interaction required, user needs log in (if not logged in) , click "allow" button grant app access. might want take @ sample web apps (and not command-line examples). e.g. give https://mdwebhook.herokuapp.com/ try , take @ the code.
note chooser won't give access token; gives access specific file chosen user. access token, you'll need take user through oauth flow. perhaps dropbox's oauth guide help.
Comments
Post a Comment