Izbornik Zatvoriti

DropBox Access Token Generator for PHP

Using Dropbox API is quite simple and easy. Procedure to get Access Token is also simple. However, each time I set up new application I have to go through the same procedure.

To help me out, I wrote very simple PHP script that simplifies process even more. It follows three stages of generating process in unified way, simplified to few click of mouse.

Stage1: Go to Dropbox site and create Dropbox Platform app (link is provided). You will get Access key and Access Secret. Copy that info to form and submit.

Stage2: open provided link to get Authorization Code. External page belongs to DropBox and basically just ask you to Allow usage of application. […]
[ ... vidi ceo članak ... ]