Checks if it is possible to append a version to a existing change.
Permissions and owner system of the change to append a version to. See BimChangeUploadable.permissions and BimChangeUploadable.ownerSystem.
true if it is possible to upload content and thereby appending a new version (previous version must exist.)
Check if it is possible to create a new change (file) in a folder or a file.
Folder permissions. See BimChangeUploadable.permissions.
true if it is possible to upload content into the folder and create a new file (no previous version may exist.)
Check if it is possible to create a new change (file) in a folder.
Folder permissions. See BimChangeUploadable.permissions.
true if it is possible to upload content into the folder and create a new file (no previous version may exist.)
Use canCreateFileIn instead.
Creates an upload session (represented by an UploadApiTask)
Defines whehter the upload should create a new change in a folder (previous change may not exist) or if we want to append a version to a existing change
Optionalo: DeepImmutableObject<UploadApiClientContentOptions>Options.
A promise of either UploadApiTask, representing the content that is to be uploaded, or UploadApiClientFailure representing a error that occured.
API for uploading content.