IPWorks Cloud 2020 Python Edition

Questions / Feedback?

lock_file Method

Locks a file resource.

Syntax

def lock_file(file_id: str, expiration: str, allow_downloading: bool) -> None: ...

Remarks

This method locks the file resource specified by FileId to prevent others from modifying it.

Expiration may be set to an appropriately-formatted timestamp to specify an expiration time for the file lock. If Expiration is empty, the file lock will never expire. Timestamps are formatted according to RFC 3339.

AllowDownloading specifies whether others should still be allowed to download the file while it's locked.

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