Skip to main content

uploadFile

POST 

/v1/environment/:environment/files/upload

Get a signed url to upload a File in an Environment. The url will valid for 15 minutes. Uploads using this url will require the header "x-goog-content-length-range" set with value "0,10000000", the header "x-goog-meta-initiatortype" set with value "API", and the header "x-goog-meta-initiatorid" set with the initiator value that was passed in the request body.

Request

Path Parameters

    environment stringrequired

Body

required

    name stringrequired
    initiator stringrequired

Responses

Signed Url

Schema

    string

Loading...