Skip to content

ndi.cloud.api.files.put_files

  PUT_FILES - upload the file at FILE_PATH to the presigned url

  RESPONSE = ndi.cloud.api.files.PUT_FILES(PRESIGNED_URL, FILE_PATH)

  Inputs:
    PRESIGNED_URL - a string representing the url obtained from ndi.cloud.api.files.get_file_upload_url or get_raw_file_upload_url
    FILE_PATH - a string representing the path to the file to be uploaded

  Outputs:
    RESPONSE - the response of the upload