Comments
-
Thanks Gregory for your support.
-
But the access token generated will be different for different users right? I am not having a specific login to the application for getting userid. The only authorize call is to the dropbox. If multiple users are using this application and if one particular accesstoken is stored and fetched from the storge, all the items…
-
Ok. I will try that.
-
Hello Gregory, the platform I am using is JavaScript. The ide i am using is wakanda(open source for both server side and client side js). The method i am using for authorization is by calling https://www.dropbox.com/1/oauth2/authorize/?response_type=token&&client_id='client_Id'&&redirect_uri=url_path". Could you please…