post/apps/{appID}/uploads
Path parameters
appIDstring required
ID of the app, e.g., mT91fPcZCWigkZXgSZGJ
Example:mT91fPcZCWigkZXgSZGJ
Request body
Example request
{
"contentType": "image/png",
"fileName": "logo.png"
}Response
Example response
{
"data": {
"uploadID": "upload-123",
"uploadLocation": "https://storage.googleapis.com/glide-uploads/example?X-Goog-Algorithm=GOOG4-RSA-SHA256"
}
}