Flowdock
method

url_for_direct_upload

Importance_1
v5.2.3 - Show latest stable - 0 notes - Class: Service
url_for_direct_upload(key, expires_in:, content_type:, content_length:, checksum:) public

Returns a signed, temporary URL that a direct upload file can be PUT to on the key. The URL will be valid for the amount of seconds specified in expires_in. You must also provide the content_type, content_length, and checksum of the file that will be uploaded. All these attributes will be validated by the service upon upload.

Show source
Register or log in to add new notes.