Managing Content in the Cloud

The Wolfram Language provides streamlined mechanisms for managing content in the Wolfram Cloud, including detailed control of permissions for access and execution.

Permissions Control »

Permissions option to specify permissions for access, execution, etc. of cloud objects

$Permissions default permissions to use for newly created cloud objects

PermissionsGroup  ▪  AddUsers  ▪  RemoveUsers  ▪  PermissionsKey  ▪  ...

Cloud Object Features

MetaInformation arbitrary meta-information associated with a cloud object

IconRules icons to use to represent the cloud object in different environments

SourceLink link to the source notebook used to create this cloud object

Caching

CachePersistence how local to keep a cache of the result of a delayed object

Cloud Location

$CloudBase default base URI for the cloud being used

CloudBase option for cloud being used

Cloud Object Naming & URL Mapping

$CloudObjectNameFormat format for naming cloud object (UUIDs, user names, etc.)

$CloudObjectURLType base type of URL for new cloud objects (/obj, /env)

CloudObjectNameFormat  ▪  CloudObjectURLType  ▪  $UserURLBase

Cloud File System Operations

CloudDirectory current cloud file system directory

SetCloudDirectory set the current directory in the cloud

FileNames  ▪  RenameFile  ▪  DeleteFile  ▪  CopyFile  ▪  FileSize

DeleteObject delete a cloud object

Local File Operations in the Cloud Server »

Directory  ▪  SetDirectory  ▪  FileNames  ▪  $RootDirectory  ▪  ...

Cloud File Locations

$CloudRootDirectory root directory in which a user's cloud objects are stored

$CloudSymbolBase base for persistent cloud symbols

CloudObjects find cloud objects matching given criteria

CloudExpressions  ▪  Databins

Cloud Usage Information

CloudLoggingData detailed information on use of cloud objects

CloudAccountData  ▪  $CloudCreditsAvailable

Interaction with Non-Cloud Systems

CopyFile copy between cloud and local files

$CloudRootDirectory  ▪  CloudConnect  ▪  CloudDisconnect