WOLFRAM

CloudPut[expr]

writes expr to a new anonymous cloud object.

CloudPut[expr,"uri"]

writes expr to a cloud object at a given URI.

CloudPut[expr,CloudObject["uri"]]

writes expr to a given cloud object.

Details and Options

Examples

open allclose all

Basic Examples  (2)Summary of the most common use cases

Save a computed value in an unnamed cloud object:

Out[1]=1

Retrieve the value:

Out[2]=2

Save a named cloud object:

Out[1]=1
Out[2]=2

Scope  (2)Survey of the scope of standard use cases

Save a named cloud object specified by a string:

Out[1]=1

Save a named cloud object specified by a CloudObject:

Out[2]=2
Out[3]=3

Save a named cloud object specified by a URL:

Out[4]=4
Out[5]=5

Save an unevaluated expression:

Out[1]=1

The expression has been stored in unevaluated form:

The expression evaluates each time it is read:

Out[3]=3

Options  (6)Common values & functionality for each option

CloudBase  (1)

Write an expression to a different cloud:

Out[1]=1

CloudObjectNameFormat  (1)

Write to a cloud object and return the URL in the user UUID format:

Out[1]=1

CloudObjectURLType  (1)

Write to a cloud object and return the URL in the form for opening within the cloud environment:

Out[1]=1

IncludeDefinitions  (1)

Write an unevaluated expression that depends on other symbol definitions, and include those definitions:

Out[1]=1

The object has been stored unevaluated with the definition for f:

MetaInformation  (1)

Write to a cloud object and include some metainformation:

Out[1]=1

The metainformation can be read back later:

Out[2]=2

Permissions  (1)

Write to a cloud object that will require another user to be logged in to access it:

Out[1]=1

Properties & Relations  (1)Properties of the function, and connections to other functions

Put with a CloudObject destination is equivalent to CloudPut:

Out[1]=1

Use PutAppend with a cloud object to append an expression to a cloud object instead of completely replacing its contents as CloudPut does:

Out[2]=2

Append another expression and read all the expressions in the object:

Out[3]=3

Possible Issues  (1)Common pitfalls and unexpected behavior

Using CloudPut for expressions like APIFunction that have special behavior in the cloud does not activate their special behavior:

Out[1]=1

Calling the cloud object does not do any computation since an expression is simply displayed using HTML, which happens to be imported as something readable by URLExecute:

Out[2]=2

In order to create a usable APIFunction, it must be deployed with CloudDeploy or CloudPublish:

Out[3]=3

Now it reads the parameters and evaluates the function when invoked, as intended:

Out[4]=4
Wolfram Research (2014), CloudPut, Wolfram Language function, https://reference.wolfram.com/language/ref/CloudPut.html (updated 2019).
Wolfram Research (2014), CloudPut, Wolfram Language function, https://reference.wolfram.com/language/ref/CloudPut.html (updated 2019).

Text

Wolfram Research (2014), CloudPut, Wolfram Language function, https://reference.wolfram.com/language/ref/CloudPut.html (updated 2019).

Wolfram Research (2014), CloudPut, Wolfram Language function, https://reference.wolfram.com/language/ref/CloudPut.html (updated 2019).

CMS

Wolfram Language. 2014. "CloudPut." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2019. https://reference.wolfram.com/language/ref/CloudPut.html.

Wolfram Language. 2014. "CloudPut." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2019. https://reference.wolfram.com/language/ref/CloudPut.html.

APA

Wolfram Language. (2014). CloudPut. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CloudPut.html

Wolfram Language. (2014). CloudPut. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CloudPut.html

BibTeX

@misc{reference.wolfram_2025_cloudput, author="Wolfram Research", title="{CloudPut}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/CloudPut.html}", note=[Accessed: 01-April-2025 ]}

@misc{reference.wolfram_2025_cloudput, author="Wolfram Research", title="{CloudPut}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/CloudPut.html}", note=[Accessed: 01-April-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_cloudput, organization={Wolfram Research}, title={CloudPut}, year={2019}, url={https://reference.wolfram.com/language/ref/CloudPut.html}, note=[Accessed: 01-April-2025 ]}

@online{reference.wolfram_2025_cloudput, organization={Wolfram Research}, title={CloudPut}, year={2019}, url={https://reference.wolfram.com/language/ref/CloudPut.html}, note=[Accessed: 01-April-2025 ]}