A string representing the prefix for the file. Must adhere to the a to z, A to Z, 0 to 9, and _ pattern. (3 to 32 characters)
A string representing the continuation token for the file list. (1000 objects per page)
Response
Indicates whether the call was successful. “success” if successful, “error” if not.
The size of the object in bytes.
The date and time the object was created.
The date and time the object will expire.
{
"status" : "success" ,
"response" : {
"objects" : [
{
"id" : "ID/name1_ltq7b2sw-de6241.jpeg" ,
"size" : 78266 ,
"created_at" : "2024-03-13T19:31:28.776Z"
},
{
"id" : "ID/name_ltq7b2sw-de6243-ex1.jpeg" ,
"size" : 90466 ,
"created_at" : "2024-03-13T19:35:28.776Z" ,
"expires_at" : "2024-03-14T19:35:28.776Z"
},
]
}
}
Troubleshooting
400 Status Code 401 Status Code // 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"
}