I piani Hobby e Standard sono limitati a 1 caricamento al secondo.
I piani Pro ed Enterprisenon sono soggetti al limite al secondo: possono invece eseguire fino a 4 caricamenti contemporaneamente.
In tutti i piani a pagamento, un account puรฒ avere al massimo 4 caricamenti in corso simultaneamente. Avviare un altro caricamento mentre 4 sono ancora in esecuzione restituisce TOO_MANY_CONCURRENT_UPLOADS (429).
Per motivi di sicurezza, i file .html e .svg vengono sempre consegnati come download (serviti come application/octet-stream) invece di essere renderizzati inline.
// The provided object name is invalid.// Must adhere to the a to z, A to Z, 0 to 9, and _ pattern.{ "status": "error", "code": "INVALID_OBJECT_NAME"}
// The provided object prefix is invalid.// Must adhere to the a to z, A to Z, 0 to 9, and _ pattern.{ "status": "error", "code": "INVALID_OBJECT_PREFIX"}
// The provided expiration value for the object is invalid.// Must be a number ranging from 1 to 365. (value in days).{ "status": "error", "code": "INVALID_OBJECT_EXPIRE"}
// The provided security hash boolean is invalid.// Just set to true or false. ๐ { "status": "error", "code": "INVALID_OBJECT_SECURITY_HASH"}
// The provided auto-download boolean is invalid.// Just set to true or false. ๐ { "status": "error", "code": "INVALID_STORAGE_AUTO_DOWNLOAD"}
La dimensione massima attuale del file รจ 100MB. In futuro prevediamo di aumentarla a 10GB. Per ora il limite รจ 100MB a causa di vincoli tecnici e di bilanciamento del carico.
// The provided file is invalid.{ "status": "error", "code": "INVALID_FILE"}
// The provided file type is invalid.{ "status": "error", "code": "INVALID_FILETYPE"}
// The file size is too small (< 1kb).{ "status": "error", "code": "FILE_TOO_SMALL"}
// The API key is missing or invalid. Set a valid key in the Authorization header.// Also returned when the account is on the free plan โ uploading requires a paid plan.{ "status": "error", "code": "ACCESS_DENIED"}