IPWorks Cloud 2020 Python Edition

Questions / Feedback?

resume_url Property

The resumable upload URL.

Syntax

def get_resume_url() -> str: ...
def set_resume_url(value: str) -> None: ...

resume_url = property(get_resume_url, set_resume_url)

Default Value

""

Remarks

This property holds the URL of the resumable upload session. This is populated by the class automatically when use_resumable_upload is set to True and upload_file is called to initiate a new upload.

This must be set in order to resume an interrupted upload. See upload_file for details.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Python Edition - Version 20.0 [Build 8265]