CARVIEW |
Select Language
HTTP/2 200
date: Wed, 15 Oct 2025 20:09:51 GMT
server: Generic Web Server
content-location: StoreDataInACloudObject.html.en
vary: negotiate,accept-language
tcn: choice
set-cookie: WR_SID=ebc22aea.64138154c6e47; path=/; max-age=315360000; domain=.wolfram.com
accept-ranges: bytes
content-type: text/html
content-language: en
content-security-policy: upgrade-insecure-requests
Store Data in a Cloud Object—Wolfram Documentation
Create a cloud object that stores data between sessions.
Without a Name...
Create an unnamed cloud object that stores a 3D graphic of a sphere using :
Retrieve the object with CloudGet:
- Clicking the link inside CloudObject opens a webpage that shows the Wolfram Language expression of the object it contains.
- CloudGet will accept any valid CloudObject or its URI or name as an argument.
- Working with cloud objects requires an active internet connection and authentication through the Wolfram Cloud.
With a Name...
Create a cloud object named “ball” using CloudPut:
Retrieve the object by name with CloudGet:
- Cloud object names are used to construct cloud URLs. To avoid problems in URLs with special characters, cloud object names should use standard alphanumeric characters (a–z, A–Z, 0–9).
- Clicking the link inside CloudObject opens a webpage that shows the Wolfram Language expression of the object it contains.
- CloudGet will accept any valid CloudObject or its URI or name as an argument.
- Working with cloud objects requires an active internet connection and authentication through the Wolfram Cloud.