Hey Folks,
Mostly love programming in Lua with Corona, but I am verrry frustrated with trying to use Corona to create business related apps. Let’s ignore for the moment the inability to display text input fields in the Corona Simulator in Windows. I am having a huge problem making it easy for my users to import or export data files.
My users will be teachers and they will not be very technical. I want to make it as simple as possible to get data in and out of my app. I have spent the last week, every day, working all day long, trying to get Corona SDK to work with the Dropbox REST API. It’s just not happening.
So, today, I finally decided to give in and go with an alternate solution. I decided that I would let the user export their data by email/smtp. So, I spent another entire day writing (and troubleshooting) the code to get Corona to email a .CSV file to the user. Now, I discover that this won’t work with gmail because Corona does not support LuaSecure sockets SSL. And then I tried my own district email account and it is not allowing the email to be sent via SMTP either.
I am now going to attempt to use FTP, but I dislike that option because most of my users will not have an FTP account and/or will not be comfortable figuring out how to use one. I know that others have requested secure email as a capability and I see that others are interested in Dropbox, so I’m going to submit both of these as enhancement requests. I am posting this note to the Developer Support forum in the hopes that I am missing something simple and that somebody has a suggestion for how to easily get .CSV files in and out of a Corona app. [import]uid: 104085 topic_id: 29946 reply_id: 329946[/import]