I have a business dropbox account and we are trying to build an app using the no-code tool Appgyver which will allow our internal users (<10 users) to store images and files on our company dropbox account.
The no-code tool Appgyver does not support redirectUri so currently, our user has to copy the authorization code and paste it in the app to get the access token. Doing this once is not a problem, but we can't expect users to do it whenever they need to access dropbox. Is there any way we can increase the validity of the token?
As far as my understanding goes (I am a noob), user will have to have the authorization code to get the refresh token means we either store it locally in the user's device or generate it each time.
What would be the best way to deal with it?