Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
makrand kulkarni
4 years agoExplorer | Level 4
How to get refresh token without User interaction
Hello Team,
As Drop Box Access Token is invalid after 4 hr. I want to implement refresh token mechanism at Backend Java code without User Interaction i.e fully automated. so I have a requirement to...
makrand kulkarni
4 years agoExplorer | Level 4
Thanks, I have one more query, As Per Example Given, Auth Code needs to be Enter manually by User to get Access and Refresh Token,
For A Company Clients this could not be Implemented as there are multiple users which will use our application.
1 Is there any other solution where Auth code can be taken Internally by Application ?
2. In which Parameter Auth Code can be taken in response of redirect-uri ?
It will be great help on this .
Greg-DB
Dropbox Community Moderator
4 years agomakrand kulkarni Здравко is correct. While the authorization process needs to be processed manually once per user, you can use a redirect URI to make that process easier. Please refer to the resources that Здравко linked to.
- makrand kulkarni4 years agoExplorer | Level 4
- Здравко4 years agoLegendary | Level 20
While using SDK, the care for details is usually SDKs code's task, not to the code where SDK features are called from. Though, for all possible parameters in redirect URI you can take a look on /oauth2/authorize, in RETURNS section.
- makrand kulkarni4 years agoExplorer | Level 4
Thanks, I am using Authorize URI with Token Access type as Offline
https://www.dropbox.com/oauth2/authorize?client_id=xxxxxx&token_access_type=offline&response_type=codeI want to read Auth Code Internally in Java Code return by above URI. suggest a way how to read the Auth Code by Java code only
About Discuss Dropbox Developer & API
Make connections with other developers
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!