Hello everyone. I'm using Wolfram Cloud Android App, and I'm totally new to the Wolfram language (sort of).
I tried something as simple as
Export["test.png",Image[RandomImage[]]]
But I don't get any output file in my storage.
Note I have a Basic (Free) plan. Maybe this is the problem?
Thanks for any help.
Oh my bad... thanks.
But trying right now, getting this:
TemplateBox[{"CloudExport", "srverr", "\"Cloud server is not able to complete a request.\"", 2, 1, 1, 23598248940224411959, "Local"}, "MessageTemplate"]
Nevermind, I made it. Thanks a lot.
Hi Ivano,
The file is created, and you can verify that it exists
Export["test.png",Image[RandomImage[]]] FileNames["test.png"] image = Import["test.png"]
if you want the file to be visible in the browser interface you should use CloudExport. See this support article for details.
CloudExport