ExternalStorageGet[ExternalStorageObject[…]]
reads in an expression stored at an external storage specified by the ExternalStorageObject.
ExternalStorageGet[location]
reads in an expression stored at location in an external storage specified by $ExternalStorageBase.
ExternalStorageGet
ExternalStorageGet[ExternalStorageObject[…]]
reads in an expression stored at an external storage specified by the ExternalStorageObject.
ExternalStorageGet[location]
reads in an expression stored at location in an external storage specified by $ExternalStorageBase.
Details and Options
- The default external storage is given by $ExternalStorageBase.
- Possible values for location include regular file paths and IPFS content identifiers (CID).
Examples
open all close allBasic Examples (2)
Save a computed value to the InterPlanetary File System (IPFS):
ExternalStoragePut[Range[10]]Get an expression stored in the InterPlanetary File System (IPFS):
ExternalStorageGet[ExternalStorageObject["QmT2yUde9NFsX6J7y97VGu8CeA5tLEshu5V7PVHeRqUcDA",
Association["ExternalStorageBase" -> "IPFS", "FileHash" -> "8ff89c0fb7e25244a4bbe9640f7b3170"]]]Save a computed value to Dropbox:
ExternalStoragePut[RandomColor[7], ExternalStorageBase -> "Dropbox"]Get an expression stored in Dropbox:
ExternalStorageGet[ExternalStorageObject["/WolframUploads/externalstorage-f169dda9-1909-4188-8a5d-fd9afb944a0d",
Association["ExternalStorageBase" -> "Dropbox"]]]Scope (3)
ExternalStorageObject (1)
Get an expression stored in the InterPlanetary File System (IPFS) by providing an ExternalStorageObject:
eso = ExternalStoragePut[Graphics3D[{Pink, Icosahedron[]}]]ExternalStorageGet[ExternalStorageObject["QmdUK3ZyCsuyUCL4S5EjQsZz2SnYbqtojHLSYm6TYhyhCb",
Association["ExternalStorageBase" -> "IPFS", "FileHash" -> "c8beb946180bf19475be28cbe172b925"]]]Location (2)
CID (1)
Path (1)
Save a computed expression to Dropbox specifying the target path:
eso = ExternalStoragePut[GeoGraphics[Entity["City", {"NewYork", "NewYork", "UnitedStates"}]], "/NonExistentFolderX77/NYCGeoGraphics", ExternalStorageBase -> "Dropbox"]eso[ "Path"]Get an expression stored in Dropbox by providing its location path:
ExternalStorageGet[eso["Path"], ExternalStorageBase -> "Dropbox"]Options (2)
ExternalStorageBase (2)
Dropbox (1)
Save a computed value to Dropbox:
eso = ExternalStoragePut[MoleculePlot3D[Molecule["CCCC"]], ExternalStorageBase -> "Dropbox"]eso["Path"]Get an expression stored in Dropbox:
ExternalStorageGet[eso["Path"], ExternalStorageBase -> "Dropbox"]Related Guides
History
Text
Wolfram Research (2020), ExternalStorageGet, Wolfram Language function, https://reference.wolfram.com/language/ref/ExternalStorageGet.html.
CMS
Wolfram Language. 2020. "ExternalStorageGet." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ExternalStorageGet.html.
APA
Wolfram Language. (2020). ExternalStorageGet. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ExternalStorageGet.html
BibTeX
@misc{reference.wolfram_2026_externalstorageget, author="Wolfram Research", title="{ExternalStorageGet}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/ExternalStorageGet.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_externalstorageget, organization={Wolfram Research}, title={ExternalStorageGet}, year={2020}, url={https://reference.wolfram.com/language/ref/ExternalStorageGet.html}, note=[Accessed: 12-June-2026]}