It looks like you're new here. If you want to get involved, click one of these buttons!
local dropbox = require "dropbox" dropbox.init(APPKEY, SECRETKEY, true) -- the boolean specifies the entire contents (false) or just the sandbox of the app dropbox.uploadFile("image_01.jpg") -- an image from the resources of the application dropbox.downloadFile("testfile.txt", "temp_text.txt") -- downloads and saves to the temp directory local ret = dropbox.getAllFilesInFolder("/") -- lists all files and folders as a table. |
Comments
Majority of the folks on Gideros work with Android, and that is my Kryptonite
However I would have a look at that and maybe it might not be so difficult after all, it's just that testing/debugging with xCode is like a BMW/Rolls Royce, and debugging with Eclipse is like ... you get the point, a bumpy ride.
Let's see...
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
all downloads are to the temp directory
all uploads can be from any directory so you can use
so to handle the callbacks, you can write the functions for
The video can be seen here
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps