Message Boards Message Boards

0
|
2736 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Export function doesn't create any file in cloud?

Posted 1 year ago

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.

POSTED BY: Ivano Arrighetta
2 Replies

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.

POSTED BY: Rohit Namjoshi

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.

POSTED BY: Ivano Arrighetta
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract