Hi
II'm trying to download files from Dropbox In pb app.
I tried to use the rest api, as was demonstrated on Kevin's webinar.
That works well, but the access token used is temporary only... And expires.
How can I code a script for that, but with a permanent code that does not expire?
I guess that should be the most usabale form since powerscript code should be automated and not rely /ask for newly refresh token every session.
Thanks
Michael
The app has a login and password, and log activity.
It's the same as mail user password login.
And the access should be to a specific location.
I don't see how access to Dropbox files can be of any use, and can be done "behind the curtains" if it requires a newly access token every session with another tedious authentication.
Any way a solution would be very appreciated.
Thanks