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 ?
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 !!!