1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

Правка доков

This commit is contained in:
Anton Titovets
2024-07-10 14:33:00 +03:00
parent 3411fb2601
commit abbc3fb62d
679 changed files with 0 additions and 1358 deletions
@@ -6,8 +6,6 @@ sidebar_position: 4
Gets account information
<br/>
`Function GetAccountInformation(Val Token, Val Account = "") Export`
@@ -6,8 +6,6 @@ sidebar_position: 1
Generates an authorization link for browser transition
<br/>
`Function GetAuthorizationLink(Val AppKey) Export`
@@ -6,8 +6,6 @@ sidebar_position: 5
Gets information on the amount of used disk space
<br/>
`Function GetSpaceUsageData(Val Token) Export`
@@ -6,8 +6,6 @@ sidebar_position: 2
Gets token based on the code from the GetAuthorizationLink page
<br/>
`Function GetToken(Val AppKey, Val AppSecret, Val Code) Export`
@@ -6,8 +6,6 @@ sidebar_position: 3
Gets a new token based on the refresh token
<br/>
`Function RefreshToken(Val AppKey, Val AppSecret, Val RefreshToken) Export`
@@ -6,8 +6,6 @@ sidebar_position: 8
Copies a file or directory to the selected path
<br/>
`Function CopyObject(Val Token, Val From, Val Target) Export`
@@ -6,8 +6,6 @@ sidebar_position: 10
Creates an empty directory at the selected path
<br/>
`Function CreateFolder(Val Token, Val Path) Export`
@@ -6,8 +6,6 @@ sidebar_position: 7
Deletes an object from the cloud drive
<br/>
`Function DeleteObject(Val Token, Val Path, Val Irrecoverable = False) Export`
@@ -6,8 +6,6 @@ sidebar_position: 11
Downloads a file by the specified path or ID
<br/>
`Function DownloadFile(Val Token, Val Path) Export`
@@ -6,8 +6,6 @@ sidebar_position: 12
Downloads a zip archive with the contents of the specified directory
<br/>
`Function DownloadFolder(Val Token, Val Path) Export`
@@ -6,8 +6,6 @@ sidebar_position: 2
Gets the list of the first files in the directory or continues getting the next ones when the cursor is specified
<br/>
`Function GetListOfFolderFiles(Val Token, Val Path = "", Val Detailed = False, Val Cursor = "") Export`
@@ -6,8 +6,6 @@ sidebar_position: 1
Gets information about a file or directory
<br/>
`Function GetObjectInformation(Val Token, Val Path, Val Detailed = False) Export`
@@ -6,8 +6,6 @@ sidebar_position: 13
Gets the list of versions (revisions) of the object
<br/>
`Function GetObjectVersionList(Val Token, Val Path, Val Count = 10) Export`
@@ -6,8 +6,6 @@ sidebar_position: 3
Gets PDF or HTML preview of the object (for documents only)
<br/>
`Function GetPreview(Val Token, Val Path) Export`
@@ -6,8 +6,6 @@ sidebar_position: 6
Gets the upload status of the file by URL
<br/>
`Function GetUploadStatusByURL(Val Token, Val JobID) Export`
@@ -6,8 +6,6 @@ sidebar_position: 9
Moves an object to the selected path
<br/>
`Function MoveObject(Val Token, Val From, Val Target) Export`
@@ -6,8 +6,6 @@ sidebar_position: 14
Restores object state to required version (revision)
<br/>
`Function RestoreObjectToVersion(Val Token, Val Path, Val Version) Export`
@@ -6,8 +6,6 @@ sidebar_position: 5
Uploads a file to the cloud drive by fetching it from the specified URL
<br/>
`Function UploadFileByURL(Val Token, Val FileURL, Val Path) Export`
@@ -6,8 +6,6 @@ sidebar_position: 4
Uploads a file to the cloud drive
<br/>
`Function UploadFile(Val Token, Val File, Val Path, Val Overwrite = False) Export`
@@ -6,8 +6,6 @@ sidebar_position: 3
Defines access to the file for an external user
<br/>
`Function AddUsersToFile(Val Token, Val FileID, Val EmailAddresses, Val ViewOnly = True) Export`
@@ -6,8 +6,6 @@ sidebar_position: 4
Grants external users access to the directory
<br/>
`Function AddUsersToFolder(Val Token, Val FolderID, Val EmailAddresses, Val ViewOnly = True) Export`
@@ -6,8 +6,6 @@ sidebar_position: 6
Prohibits access to the file for external users
<br/>
`Function CancelFilePublication(Val Token, Val FileID) Export`
@@ -6,8 +6,6 @@ sidebar_position: 2
Cancels the public access mode for the directory
<br/>
`Function CancelFolderPublication(Val Token, Val FolderID) Export`
@@ -6,8 +6,6 @@ sidebar_position: 5
Get async job status for access changes
<br/>
`Function GetAsynchronousChangeStatus(Val Token, Val JobID) Export`
@@ -6,8 +6,6 @@ sidebar_position: 1
Sets the directory to public access mode
<br/>
`Function PublishFolder(Val Token, Val Path) Export`
@@ -6,8 +6,6 @@ sidebar_position: 2
Add new tag to file or folder
<br/>
`Function AddTag(Val Token, Val Path, Val Tag) Export`
@@ -6,8 +6,6 @@ sidebar_position: 3
Deletes the text tag of a file or directory
<br/>
`Function DeleteTag(Val Token, Val Path, Val Tag) Export`
@@ -6,8 +6,6 @@ sidebar_position: 1
Gets the list of tags of the selected files
<br/>
`Function GetTagList(Val Token, Val Paths) Export`