IPWorks Cloud 2020 Python Edition

Questions / Feedback?

upload_session_id Property

The Id of the resumable upload session.

Syntax

def get_upload_session_id() -> str: ...
def set_upload_session_id(value: str) -> None: ...

upload_session_id = property(get_upload_session_id, set_upload_session_id)

Default Value

""

Remarks

This property specifies the Id of the resumable upload session. This is populated by the class when use_resumable_upload is set to True and upload_file is called to initiate the upload.

This must be set when resuming an 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]