the path + filename for the file
the upload ID acquired by the 'createMultipartUpload' function call
the portion of the file to be uploaded
see the uploadFile function
Finishes a multipart upload instance
the path + filename for the file
the upload ID acquired by the 'createMultipartUpload' function call
all the parts uploaded to the file
the upload options for this file
Uploads a single part to TagoIO
the path + filename for the file
the upload ID acquired by the 'createMultipartUpload' function call
the sequential part number for the upload. This should be 1 in the first call, then 2 in the second call, so on and so forth
the portion of the file to be uploaded
the upload options for this file
Change visibility from files
An Array with files and their visibility to be setted
Check if file is private or public
Path of file
Copy Files
Array of copy actions to be made
Delete Folder or Files
An array of files or folders to be deleted
Get file md5 with authenticate token for privates files
Full TagoIO File url
Get a file url with authenticate token valid for 120 seconds
Full TagoIO File url
list of files in account
Object with path, pagination and quantity
Move/Rename Files
Array move actions to be made
Upload an array of files(Base64) to TagoIO The filename parameter is also full path
Array of files data to be uploaded
Uploads a single file to TagoIO. The upload is multipart, meaning that the file will be divided and sent in chunks, resulting in multiple requests being made.
the file to be uploaded
the path + filename for the file
the upload options for this file
Adds an upload to the queue. It will try to upload for 'opts.maxTriesForEachChunk' and fail if it couldn't upload after those many tries.