SharingLinkType
: string
SharingLinkType Class Doc Comment
-
description
-
The type of the link created. | Value | Display name | Description | | -------------- | ----------------- | --------------------------------------------------------------- | | internal | Internal | Creates an internal link without any permissions. | | view | View | Creates a read-only link to the driveItem. | | upload | Upload | Creates a read-write link to the folder driveItem. | | edit | Edit | Creates a read-write link to the driveItem. | | createOnly | File Drop | Creates an upload-only link to the folder driveItem. | | blocksDownload | Secure View | Creates a read-only link that blocks download to the driveItem. |
-
author
-
-
link
-
https://openapi-generator.tech
Table of Contents
Cases
-
BLOCKS_DOWNLOAD
= 'blocksDownload'
-
CREATE_ONLY
= 'createOnly'
-
EDIT
= 'edit'
-
INTERNAL
= 'internal'
-
UPLOAD
= 'upload'
-
VIEW
= 'view'
INTERNAL
VIEW
UPLOAD
EDIT
CREATE_ONLY
BLOCKS_DOWNLOAD