WHY CANT I (2): Send files and get files from iCloud or DropBox?

Any ideas? [import]uid: 108660 topic_id: 30292 reply_id: 330292[/import]

DropBox offers a REST API, so you should be able to accomplish that with a little bit of work using network.request() and network.download(). As for iCloud, files put into system.DocumentsDirectory are automatically backed up to iCloud for you. Dunno how to get them back though.
[import]uid: 19626 topic_id: 30292 reply_id: 121348[/import]

DropBox offers a REST API, so you should be able to accomplish that with a little bit of work using network.request() and network.download(). As for iCloud, files put into system.DocumentsDirectory are automatically backed up to iCloud for you. Dunno how to get them back though.
[import]uid: 19626 topic_id: 30292 reply_id: 121348[/import]