Cloud Save Blob Object

This object can be rated by players. Read about how ratings work.

Example Blob

{
  "id": "f040e755-dc75-4923-b081-adada1dbeeca",
  "key": "savegame.1",
  "bucket": { ... },
  "player": { ... },
  "created": "2025-11-06T05:30:14.4256349Z",
  "sizeBytes": 1024,
  "downloadURL": "https://cloudsave.construct.net/download...",
  "ratingStatus": { ... },
  "pictures": [
    { ... },
    { ... }
  ],
  "name": "My save game"
}

Object Properties

id guid
A unique record ID for this cloud save blob.
key string
A unique key for this cloud save.
bucket Bucket
If cloud save belongs in a game bucket, the game bucket object will be shown here.
player Player
If cloud save was created by a player, the associated player object will be shown here.
created datetime
The date this cloud save was originally created.
sizeBytes int32
The size in bytes of the cloud save blob.
downloadURL string
The URL to download the cloud save blob from.
ratingStatus RatingStatus
The rating status of this object.
pictures Array<Picture>
If this cloud save object has an associated picture, an array of picture objects will be returned here. Each picture object is the same associated picture, but in different available sizes. Sizes available are based on widths, and the widths 16, 32, 64, 128, 256, 512, 1024 and 2048 will be shown here along with the original picture size if it is different to this predetermined list. Some widths may not show if the original picture width is smaller than any of the available widths.
name string
The publicly facing name for this cloud save.
Game Services Manual 2025-11-06