Skip to content

Create and use your own authorization app

Ivanenko Danil edited this page Apr 18, 2019 · 2 revisions

The application developer must register the application on the OAuth server in order to get tokens for services users. Use "http://localhost:3359/get_token" as callback URL for your applications. 3359 is the default port, you can change it for any free http port in the "Connection settings" dialog.

You can find more information about registering application on these pages:

For Dropbox: https://www.dropbox.com/developers/apps/create?_tk=pilot_lp&_ad=ctabtn1&_camp=create

For Yandex Disk: https://tech.yandex.com/oauth/doc/dg/tasks/register-client-docpage/

For Google Drive: https://developers.google.com/identity/protocols/OAuth2

Clone this wiki locally