Beta
The staged half of a file upload: PUT the bytes to uploadUrl, then confirm with the complete endpoint. imports.create({type: 'file'}) does all of this in one call.
uploadUrl
imports.create({type: 'file'})
The staged half of a file upload: PUT the bytes to
uploadUrl, then confirm with the complete endpoint.imports.create({type: 'file'})does all of this in one call.