Creates an upload session for a new file.
Project.mov
The name of new file
104857600
The total number of bytes of the file to be uploaded
0
The ID of the folder to upload the new file to.
Returns a new upload session.
Returns an error if some of the parameters are missing or not valid.
missing_destination
: No folder_id
was providedinvalid_folder_id
: folder_id
is not validinvalid_file_name
: file_name
is not validmissing_file_size
: file_size
was not providedinvalid_file_size
: file_size
was not a valid numberfile_size_too_small
: file_size
is below minimum file size for
uploads via this APImissing_file_name
: file_name
was not providedReturns an error if the file already exists, or the account has run out of disk space.
An unexpected client error.