I am building a music web application, in which audio files are getting retrieved from DropBox.
But due to expiration of access token after some time, I have again and again enter new access token inside the code, due to which I won't be able to deploy my app.
I have tried URI method to get new access_token, but i want to make it automatic with URL method i.e not asking for permission for allow/deny on an interface.
Please suggest me some alternatives