Wolfram Computation Meets Knowledge

How can I find exported files in the Wolfram Cloud?

In the Wolfram Cloud, you can use CloudExport to generate a cloud object that can be accessed through the cloud file browser:

In[1] := CloudExport[Plot[Sin[x], {x, 0, 10}], "PNG", "CloudExport"]

Out[1] = CloudObject[https://www.wolframcloud.com/obj/USERNAME/CloudExport]

If you use Export, a raw file will be generated in the current working directory in the Wolfram Cloud:

In[2] := Export["Export.png", Plot[Sin[x], {x, 0, 10}]]

Out[2] = Export.png

The raw file is a file that exists in the current working directory, but cannot be accessed through the cloud file browser, which can only display cloud objects:

In[3] := FileNames[]

Out[3] = {Base, CloudExport.png, CloudSymbol, Copied Files, Export.png, Published,
          Resources}

To convert the existing raw file to an accessible cloud object, use CopyFile:

In[4] := CopyFile["Export.png",CloudObject["Export.png"],OverwriteTarget->True]

Out[4] = CloudObject[https://www.wolframcloud.com/obj/USERNAME/Export.png]

该文档是否有帮助?

任何建议?

非常感谢您的反馈!

提交

联系支持团队

从账单到产品激活,以及任何技术相关内容,无论您遇到任何问题,我们都在此为您提供帮助。

1-800-WOLFRAM (+1-217-398-0700 美国境外用户)

客服支持

周一至周五
8am–5pm 美国中部时区

  • 产品注册或激活
  • 预售信息和订单
  • 安装帮助和首次启动

高级技术支持 (面向特定用户)

周一至周四
8am–7pm 美国中部时区

周五
8:30–10am & 11am–5pm 美国中部时区

  • 优先技术支持
  • Wolfram 专家助理专员
  • Wolfram 语言编程帮助
  • 高级安装支持