Take Your Search Game to the Next Level with Dropbox Dash 🚀✨ Curious how it works? Ask us here!
Security
4 TopicsFileStack <-> Dropbox for uploading files - Token Expired?
Hi there! I noticed a strange behavior of the application that I created on the Dropbox side. Everyday I have to generate a new token so that my files can be uploaded to Dropbox using FileStack file picker. Otherwise, I get an error on the FileStack side, which disappears after this procedure with the resave of the old token to the new one. FileStack support told me that Dropbox does not support the endless life of tokens for applications. Is this true?Solved41Views0likes2CommentsDropbox generate Auth Token thru java
Hi, I am able to generate Access Token manually thru the dropbox website which is working fine. But expires after a few hours, Is there any method in Java that can generate access token programmatically? I would like to test this out so that we can start doing uploads and downloads by generating access tokens.