On 1/20/18 12:42 PM, Klaus major-k via use-livecode wrote:
Hi Friends,

what is wrong with this script?

Anything to INTI before using "dropboxupload"?
Or anything else I forgot?

LC 9 dp 11, macOS 10.13.2.

...
put url("binfile:/Volumes/HD500/Dokumente2/test1.livecode") into pData
## a small stack of 27 KB
put "My personal Access token as generated from Dropbox here" into pAccessToken
dropboxUpload pAccessToken, "dropboxtestlc1.rev", "overwrite", FALSE, FALSE, 
pData
put it into fld 1
## I waited for hours, but fld 1 remains empty? No error, nada...
...

Try checking the result too.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to