Skip to main content
Skip table of contents

abortMultiPartUpload

This method is used to abort a multipart upload.


void abortMultiPartUpload(String awsLocation, String uploadId)

Parameters:
awsLocation: The name of key to be uploaded as file location. You can get this value from the fileLocation of UploadRequestInfo object.
uploadId: The upload Id that you get this Id from the initializeMultipartUpload request as a return value.


Example code:

CODE
cg.SDriveTools.abortMultiPartUpload(uploadRequestInfos .fileLocation, uploadId);


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.