I’m getting very close to finishing my first app, a non-game app. There is a function of the app that calculates a list of information that I have being displayed nicely with a scrolling page. However I would like to add the ability for the user to save the info to a cloud so they can access the info on other mediums (PC, etc…).
I found a nice guide to writing the info to a text file, but I’m not sure what to do after that. Has anyone figured an easy method to allowing users to upload text files to cloud services such as G. Drive or Dropbox?
I saw some code here: http://developer.coronalabs.com/code/dropbox-rest-sample-code
But as a newbie developer it kind of scares me.