fnc cloud dropbox tokenexpired

Good morning to all,
after some days who i did not any log in to dropbox, yesterday when i tried to login a got "tokenexpired" error.
After some read i understan thed dropbox rules are changed and now in order to get an unlimited access i must have a "off line" token.
There is, in dropbox component, something tha allow me to get this token and, if not, is possibible have a sample on how toget this token ?

Thank's for any reply.

Best regards

Daniele

I try to reply myself after understangi error message.
The full error message is:
Exception class EDatabaseError with message 'CloudTable: Field 'ACCESSTOKENEXPIRY' not found'

So i add a new filed to my table as

.Add('ACCESSTOKENEXPIRY',dtdatetime)

After i added this simple line .... all returned work normaly (till now ... !!).

Please, if already you did not do yet, add this little line in your demo.
I work with database (and table) and not with ini file .... but i think this must be done even with ini file.

Hope this can be useful to some one else than me !!!

Have a nice evening

Daniele

Thank you for notifying!
This is indeed the correct solution for the issue you encountered.
We'll update the documentation accordingly.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.