Need Dropbox guidance

Mike Kerner MikeKerner at roadrunner.com
Wed Oct 18 09:33:26 EDT 2017


How are you getting the stack into pData?
I just tried this, and it worked:
on mouseup
   answer file ""
   put it into theFile
   put url ("binfile:/"&thefile) into foo
   dropboxUpload oauthKey, "/foo.livecodescript", "add", true, false, foo
   answer "it:"&&it&&CR&CR&"the result:"&&the result
end mouseup



More information about the use-livecode mailing list