This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
Send a save data buffer to the platform.
This request will return a message with a payload of CloudStorageUpdateResponse on the message queue.
| Parameter | Description |
|---|---|
bucket | The name of the storage bucket. Type: const char * |
key | The name for this saved data. Type: const char * |
data | Start of the data block. Type: const void * |
dataSize | Size of the data block. Type: unsigned int |
counter | Optional. Counter used for user data or auto-deconfliction. Type: long long |
extraData | Optional. String data that isn't used by the platform. Type: const char * |