Hello I'm using the "uploadService:getFileByName(fileName,App42CallBack)" method. It works and prints the success message. But I'm not sure how to work with the actual file that I get back. In
function App42CallBack:onSuccess(object)
the docs don't specify what other attributes the "object" parameter has other than type, description..etc.
Do I need to use the built-in Lua/Corona function "network.download" and pass "bject:getFileList():getUrl() " ?