Dropbox library (LC 9) - does dropboxGetCurrentAccount work?

Mike Kerner MikeKerner at roadrunner.com
Tue Oct 10 20:49:33 EDT 2017


It works for me in both 8 and 9.
The only way I get error 400 is if I enclose the arguments in parenthesis
(which tells LC that all of that goodness goes into the first parameter)
Remember, this is a command, not a function, so the arguments are not
enclosed:

dropboxGetCurrentAccount oauthToken, account_id
if the result is not empty then
answer the result
exit to top
else #the result is empty
answer it
end if #the result is not empty



More information about the use-livecode mailing list