mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-05-21 22:43:09 +02:00
Test data update (Jenkins)
This commit is contained in:
parent
bec1c1661a
commit
0385108c30
data.json.gpg
docs/ru/cli/NEW_CLI
airtable
CreateComment
CreateDatabase
CreateField
CreatePosts
CreateTable
DeleteComment
DeletePosts
EditComment
GetAttachmentField
GetCheckboxField
GetComments
GetDatabaseTables
GetDateField
GetEmailField
GetLinkField
GetListOfBases
GetListOfRecords
GetNumberField
GetPhoneField
GetRecord
GetStringField
ModifyField
ModifyTable
dropbox
AddTag
AddUsersToFile
AddUsersToFolder
CancelFilePublication
CancelFolderPublication
CopyObject
CreateFolder
DeleteObject
DownloadFile
DownloadFolder
GetAccountInformation
GetAsynchronousChangeStatus
GetAuthorizationLink
GetListOfFolderFiles
GetObjectInformation
GetObjectVersionList
GetPreview
GetSpaceUsageData
GetTagList
GetToken
GetUploadStatusByURL
MoveObject
PublishFolder
RefreshToken
RestoreObjectToVersion
UploadFile
UploadFileByURL
BIN
data.json.gpg
BIN
data.json.gpg
Binary file not shown.
6
docs/ru/cli/NEW_CLI/airtable/CreateComment/bash.txt
Normal file
6
docs/ru/cli/NEW_CLI/airtable/CreateComment/bash.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
oint airtable CreateComment \
|
||||||
|
--token "***" \
|
||||||
|
--base "appa0vJ8lY2mmXYaL" \
|
||||||
|
--table "tblKyyaqymN5nDicz" \
|
||||||
|
--record "recAr77ybisted1eu" \
|
||||||
|
--text "TestComment"
|
6
docs/ru/cli/NEW_CLI/airtable/CreateComment/bat.txt
Normal file
6
docs/ru/cli/NEW_CLI/airtable/CreateComment/bat.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
oint airtable CreateComment ^
|
||||||
|
--token "***" ^
|
||||||
|
--base "appa0vJ8lY2mmXYaL" ^
|
||||||
|
--table "tblKyyaqymN5nDicz" ^
|
||||||
|
--record "recAr77ybisted1eu" ^
|
||||||
|
--text "TestComment"
|
7
docs/ru/cli/NEW_CLI/airtable/CreateDatabase/bash.txt
Normal file
7
docs/ru/cli/NEW_CLI/airtable/CreateDatabase/bash.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# JSON data can also be passed as a path to a .json file
|
||||||
|
|
||||||
|
oint airtable CreateDatabase \
|
||||||
|
--token "***" \
|
||||||
|
--ws "wspdf8yl1yZz3PmWZ" \
|
||||||
|
--title "TestDatabase" \
|
||||||
|
--tablesdata "{'TestTable':[{'name':'Number','type':'number','options':{'precision':0}},{'name':'String','type':'richText'}]}"
|
7
docs/ru/cli/NEW_CLI/airtable/CreateDatabase/bat.txt
Normal file
7
docs/ru/cli/NEW_CLI/airtable/CreateDatabase/bat.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
:: JSON data can also be passed as a path to a .json file
|
||||||
|
|
||||||
|
oint airtable CreateDatabase ^
|
||||||
|
--token "***" ^
|
||||||
|
--ws "wspdf8yl1yZz3PmWZ" ^
|
||||||
|
--title "TestDatabase" ^
|
||||||
|
--tablesdata "{'TestTable':[{'name':'Number','type':'number','options':{'precision':0}},{'name':'String','type':'richText'}]}"
|
8
docs/ru/cli/NEW_CLI/airtable/CreateField/bash.txt
Normal file
8
docs/ru/cli/NEW_CLI/airtable/CreateField/bash.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# JSON data can also be passed as a path to a .json file
|
||||||
|
|
||||||
|
oint airtable CreateField \
|
||||||
|
--token "***" \
|
||||||
|
--base "appa0vJ8lY2mmXYaL" \
|
||||||
|
--table "tblKyyaqymN5nDicz" \
|
||||||
|
--title "3b1c9feb-4e05-452d-be65-cae12761c977" \
|
||||||
|
--fielddata "{'name':'3b1c9feb-4e05-452d-be65-cae12761c977','type':'number','options':{'precision':0}}"
|
8
docs/ru/cli/NEW_CLI/airtable/CreateField/bat.txt
Normal file
8
docs/ru/cli/NEW_CLI/airtable/CreateField/bat.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
:: JSON data can also be passed as a path to a .json file
|
||||||
|
|
||||||
|
oint airtable CreateField ^
|
||||||
|
--token "***" ^
|
||||||
|
--base "appa0vJ8lY2mmXYaL" ^
|
||||||
|
--table "tblKyyaqymN5nDicz" ^
|
||||||
|
--title "3b1c9feb-4e05-452d-be65-cae12761c977" ^
|
||||||
|
--fielddata "{'name':'3b1c9feb-4e05-452d-be65-cae12761c977','type':'number','options':{'precision':0}}"
|
7
docs/ru/cli/NEW_CLI/airtable/CreatePosts/bash.txt
Normal file
7
docs/ru/cli/NEW_CLI/airtable/CreatePosts/bash.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# JSON data can also be passed as a path to a .json file
|
||||||
|
|
||||||
|
oint airtable CreatePosts \
|
||||||
|
--token "***" \
|
||||||
|
--base "appa0vJ8lY2mmXYaL" \
|
||||||
|
--table "tblKyyaqymN5nDicz" \
|
||||||
|
--data "{'Number':10,'String':'Hello'}"
|
7
docs/ru/cli/NEW_CLI/airtable/CreatePosts/bat.txt
Normal file
7
docs/ru/cli/NEW_CLI/airtable/CreatePosts/bat.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
:: JSON data can also be passed as a path to a .json file
|
||||||
|
|
||||||
|
oint airtable CreatePosts ^
|
||||||
|
--token "***" ^
|
||||||
|
--base "appa0vJ8lY2mmXYaL" ^
|
||||||
|
--table "tblKyyaqymN5nDicz" ^
|
||||||
|
--data "{'Number':10,'String':'Hello'}"
|
6
docs/ru/cli/NEW_CLI/airtable/CreateTable/bash.txt
Normal file
6
docs/ru/cli/NEW_CLI/airtable/CreateTable/bash.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
oint airtable CreateTable \
|
||||||
|
--token "***" \
|
||||||
|
--base "appa0vJ8lY2mmXYaL" \
|
||||||
|
--title "TestTable2" \
|
||||||
|
--fieldsdata "[{'name':'Number','type':'number','options':{'precision':0}},{'name':'String','type':'richText'},{'name':'Attachment','type':'multipleAttachments'},{'name':'Checkbox','type':'checkbox','options':{'icon':'check','color':'yellowBright'}},{'name':'Date','type':'date','options':{'dateFormat':{'format':'YYYY-MM-DD','name':'iso'}}},{'name':'Phone','type':'phoneNumber'},{'name':'Email','type':'email'},{'name':'Link','type':'url'}]" \
|
||||||
|
--description "NewTable"
|
6
docs/ru/cli/NEW_CLI/airtable/CreateTable/bat.txt
Normal file
6
docs/ru/cli/NEW_CLI/airtable/CreateTable/bat.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
oint airtable CreateTable ^
|
||||||
|
--token "***" ^
|
||||||
|
--base "appa0vJ8lY2mmXYaL" ^
|
||||||
|
--title "TestTable2" ^
|
||||||
|
--fieldsdata "[{'name':'Number','type':'number','options':{'precision':0}},{'name':'String','type':'richText'},{'name':'Attachment','type':'multipleAttachments'},{'name':'Checkbox','type':'checkbox','options':{'icon':'check','color':'yellowBright'}},{'name':'Date','type':'date','options':{'dateFormat':{'format':'YYYY-MM-DD','name':'iso'}}},{'name':'Phone','type':'phoneNumber'},{'name':'Email','type':'email'},{'name':'Link','type':'url'}]" ^
|
||||||
|
--description "NewTable"
|
6
docs/ru/cli/NEW_CLI/airtable/DeleteComment/bash.txt
Normal file
6
docs/ru/cli/NEW_CLI/airtable/DeleteComment/bash.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
oint airtable DeleteComment \
|
||||||
|
--token "***" \
|
||||||
|
--base "appa0vJ8lY2mmXYaL" \
|
||||||
|
--table "tblKyyaqymN5nDicz" \
|
||||||
|
--record "recAr77ybisted1eu" \
|
||||||
|
--comment "comOtTB6BZRufZaqT"
|
6
docs/ru/cli/NEW_CLI/airtable/DeleteComment/bat.txt
Normal file
6
docs/ru/cli/NEW_CLI/airtable/DeleteComment/bat.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
oint airtable DeleteComment ^
|
||||||
|
--token "***" ^
|
||||||
|
--base "appa0vJ8lY2mmXYaL" ^
|
||||||
|
--table "tblKyyaqymN5nDicz" ^
|
||||||
|
--record "recAr77ybisted1eu" ^
|
||||||
|
--comment "comOtTB6BZRufZaqT"
|
5
docs/ru/cli/NEW_CLI/airtable/DeletePosts/bash.txt
Normal file
5
docs/ru/cli/NEW_CLI/airtable/DeletePosts/bash.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
oint airtable DeletePosts \
|
||||||
|
--token "***" \
|
||||||
|
--base "appa0vJ8lY2mmXYaL" \
|
||||||
|
--table "tblKyyaqymN5nDicz" \
|
||||||
|
--records "recAr77ybisted1eu"
|
5
docs/ru/cli/NEW_CLI/airtable/DeletePosts/bat.txt
Normal file
5
docs/ru/cli/NEW_CLI/airtable/DeletePosts/bat.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
oint airtable DeletePosts ^
|
||||||
|
--token "***" ^
|
||||||
|
--base "appa0vJ8lY2mmXYaL" ^
|
||||||
|
--table "tblKyyaqymN5nDicz" ^
|
||||||
|
--records "recAr77ybisted1eu"
|
7
docs/ru/cli/NEW_CLI/airtable/EditComment/bash.txt
Normal file
7
docs/ru/cli/NEW_CLI/airtable/EditComment/bash.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
oint airtable EditComment \
|
||||||
|
--token "***" \
|
||||||
|
--base "appa0vJ8lY2mmXYaL" \
|
||||||
|
--table "tblKyyaqymN5nDicz" \
|
||||||
|
--record "recAr77ybisted1eu" \
|
||||||
|
--comment "comOtTB6BZRufZaqT" \
|
||||||
|
--text "Test comment (change.)"
|
7
docs/ru/cli/NEW_CLI/airtable/EditComment/bat.txt
Normal file
7
docs/ru/cli/NEW_CLI/airtable/EditComment/bat.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
oint airtable EditComment ^
|
||||||
|
--token "***" ^
|
||||||
|
--base "appa0vJ8lY2mmXYaL" ^
|
||||||
|
--table "tblKyyaqymN5nDicz" ^
|
||||||
|
--record "recAr77ybisted1eu" ^
|
||||||
|
--comment "comOtTB6BZRufZaqT" ^
|
||||||
|
--text "Test comment (change.)"
|
2
docs/ru/cli/NEW_CLI/airtable/GetAttachmentField/bash.txt
Normal file
2
docs/ru/cli/NEW_CLI/airtable/GetAttachmentField/bash.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint airtable GetAttachmentField \
|
||||||
|
--title "Attachment"
|
2
docs/ru/cli/NEW_CLI/airtable/GetAttachmentField/bat.txt
Normal file
2
docs/ru/cli/NEW_CLI/airtable/GetAttachmentField/bat.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint airtable GetAttachmentField ^
|
||||||
|
--title "Attachment"
|
2
docs/ru/cli/NEW_CLI/airtable/GetCheckboxField/bash.txt
Normal file
2
docs/ru/cli/NEW_CLI/airtable/GetCheckboxField/bash.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint airtable GetCheckboxField \
|
||||||
|
--title "Checkbox"
|
2
docs/ru/cli/NEW_CLI/airtable/GetCheckboxField/bat.txt
Normal file
2
docs/ru/cli/NEW_CLI/airtable/GetCheckboxField/bat.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint airtable GetCheckboxField ^
|
||||||
|
--title "Checkbox"
|
5
docs/ru/cli/NEW_CLI/airtable/GetComments/bash.txt
Normal file
5
docs/ru/cli/NEW_CLI/airtable/GetComments/bash.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
oint airtable GetComments \
|
||||||
|
--token "***" \
|
||||||
|
--base "appa0vJ8lY2mmXYaL" \
|
||||||
|
--table "tblKyyaqymN5nDicz" \
|
||||||
|
--record "recAr77ybisted1eu"
|
5
docs/ru/cli/NEW_CLI/airtable/GetComments/bat.txt
Normal file
5
docs/ru/cli/NEW_CLI/airtable/GetComments/bat.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
oint airtable GetComments ^
|
||||||
|
--token "***" ^
|
||||||
|
--base "appa0vJ8lY2mmXYaL" ^
|
||||||
|
--table "tblKyyaqymN5nDicz" ^
|
||||||
|
--record "recAr77ybisted1eu"
|
3
docs/ru/cli/NEW_CLI/airtable/GetDatabaseTables/bash.txt
Normal file
3
docs/ru/cli/NEW_CLI/airtable/GetDatabaseTables/bash.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
oint airtable GetDatabaseTables \
|
||||||
|
--token "***" \
|
||||||
|
--base "appa0vJ8lY2mmXYaL"
|
3
docs/ru/cli/NEW_CLI/airtable/GetDatabaseTables/bat.txt
Normal file
3
docs/ru/cli/NEW_CLI/airtable/GetDatabaseTables/bat.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
oint airtable GetDatabaseTables ^
|
||||||
|
--token "***" ^
|
||||||
|
--base "appa0vJ8lY2mmXYaL"
|
2
docs/ru/cli/NEW_CLI/airtable/GetDateField/bash.txt
Normal file
2
docs/ru/cli/NEW_CLI/airtable/GetDateField/bash.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint airtable GetDateField \
|
||||||
|
--title "Date"
|
2
docs/ru/cli/NEW_CLI/airtable/GetDateField/bat.txt
Normal file
2
docs/ru/cli/NEW_CLI/airtable/GetDateField/bat.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint airtable GetDateField ^
|
||||||
|
--title "Date"
|
2
docs/ru/cli/NEW_CLI/airtable/GetEmailField/bash.txt
Normal file
2
docs/ru/cli/NEW_CLI/airtable/GetEmailField/bash.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint airtable GetEmailField \
|
||||||
|
--title "Email"
|
2
docs/ru/cli/NEW_CLI/airtable/GetEmailField/bat.txt
Normal file
2
docs/ru/cli/NEW_CLI/airtable/GetEmailField/bat.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint airtable GetEmailField ^
|
||||||
|
--title "Email"
|
2
docs/ru/cli/NEW_CLI/airtable/GetLinkField/bash.txt
Normal file
2
docs/ru/cli/NEW_CLI/airtable/GetLinkField/bash.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint airtable GetLinkField \
|
||||||
|
--title "Link"
|
2
docs/ru/cli/NEW_CLI/airtable/GetLinkField/bat.txt
Normal file
2
docs/ru/cli/NEW_CLI/airtable/GetLinkField/bat.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint airtable GetLinkField ^
|
||||||
|
--title "Link"
|
2
docs/ru/cli/NEW_CLI/airtable/GetListOfBases/bash.txt
Normal file
2
docs/ru/cli/NEW_CLI/airtable/GetListOfBases/bash.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint airtable GetListOfBases \
|
||||||
|
--token "***"
|
2
docs/ru/cli/NEW_CLI/airtable/GetListOfBases/bat.txt
Normal file
2
docs/ru/cli/NEW_CLI/airtable/GetListOfBases/bat.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint airtable GetListOfBases ^
|
||||||
|
--token "***"
|
4
docs/ru/cli/NEW_CLI/airtable/GetListOfRecords/bash.txt
Normal file
4
docs/ru/cli/NEW_CLI/airtable/GetListOfRecords/bash.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
oint airtable GetListOfRecords \
|
||||||
|
--token "***" \
|
||||||
|
--base "appa0vJ8lY2mmXYaL" \
|
||||||
|
--table "tblKyyaqymN5nDicz"
|
4
docs/ru/cli/NEW_CLI/airtable/GetListOfRecords/bat.txt
Normal file
4
docs/ru/cli/NEW_CLI/airtable/GetListOfRecords/bat.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
oint airtable GetListOfRecords ^
|
||||||
|
--token "***" ^
|
||||||
|
--base "appa0vJ8lY2mmXYaL" ^
|
||||||
|
--table "tblKyyaqymN5nDicz"
|
2
docs/ru/cli/NEW_CLI/airtable/GetNumberField/bash.txt
Normal file
2
docs/ru/cli/NEW_CLI/airtable/GetNumberField/bash.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint airtable GetNumberField \
|
||||||
|
--title "3b1c9feb-4e05-452d-be65-cae12761c977"
|
2
docs/ru/cli/NEW_CLI/airtable/GetNumberField/bat.txt
Normal file
2
docs/ru/cli/NEW_CLI/airtable/GetNumberField/bat.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint airtable GetNumberField ^
|
||||||
|
--title "3b1c9feb-4e05-452d-be65-cae12761c977"
|
2
docs/ru/cli/NEW_CLI/airtable/GetPhoneField/bash.txt
Normal file
2
docs/ru/cli/NEW_CLI/airtable/GetPhoneField/bash.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint airtable GetPhoneField \
|
||||||
|
--title "Phone"
|
2
docs/ru/cli/NEW_CLI/airtable/GetPhoneField/bat.txt
Normal file
2
docs/ru/cli/NEW_CLI/airtable/GetPhoneField/bat.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint airtable GetPhoneField ^
|
||||||
|
--title "Phone"
|
5
docs/ru/cli/NEW_CLI/airtable/GetRecord/bash.txt
Normal file
5
docs/ru/cli/NEW_CLI/airtable/GetRecord/bash.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
oint airtable GetRecord \
|
||||||
|
--token "***" \
|
||||||
|
--base "appa0vJ8lY2mmXYaL" \
|
||||||
|
--table "tblKyyaqymN5nDicz" \
|
||||||
|
--record "recAr77ybisted1eu"
|
5
docs/ru/cli/NEW_CLI/airtable/GetRecord/bat.txt
Normal file
5
docs/ru/cli/NEW_CLI/airtable/GetRecord/bat.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
oint airtable GetRecord ^
|
||||||
|
--token "***" ^
|
||||||
|
--base "appa0vJ8lY2mmXYaL" ^
|
||||||
|
--table "tblKyyaqymN5nDicz" ^
|
||||||
|
--record "recAr77ybisted1eu"
|
2
docs/ru/cli/NEW_CLI/airtable/GetStringField/bash.txt
Normal file
2
docs/ru/cli/NEW_CLI/airtable/GetStringField/bash.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint airtable GetStringField \
|
||||||
|
--title "String"
|
2
docs/ru/cli/NEW_CLI/airtable/GetStringField/bat.txt
Normal file
2
docs/ru/cli/NEW_CLI/airtable/GetStringField/bat.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint airtable GetStringField ^
|
||||||
|
--title "String"
|
7
docs/ru/cli/NEW_CLI/airtable/ModifyField/bash.txt
Normal file
7
docs/ru/cli/NEW_CLI/airtable/ModifyField/bash.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
oint airtable ModifyField \
|
||||||
|
--token "***" \
|
||||||
|
--base "appa0vJ8lY2mmXYaL" \
|
||||||
|
--table "tblKyyaqymN5nDicz" \
|
||||||
|
--field "fldfuTC4N2fdvgEoy" \
|
||||||
|
--title "a3cec32e-8a06-4c82-aa28-665680883102(change.)" \
|
||||||
|
--description "New description"
|
7
docs/ru/cli/NEW_CLI/airtable/ModifyField/bat.txt
Normal file
7
docs/ru/cli/NEW_CLI/airtable/ModifyField/bat.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
oint airtable ModifyField ^
|
||||||
|
--token "***" ^
|
||||||
|
--base "appa0vJ8lY2mmXYaL" ^
|
||||||
|
--table "tblKyyaqymN5nDicz" ^
|
||||||
|
--field "fldfuTC4N2fdvgEoy" ^
|
||||||
|
--title "a3cec32e-8a06-4c82-aa28-665680883102(change.)" ^
|
||||||
|
--description "New description"
|
6
docs/ru/cli/NEW_CLI/airtable/ModifyTable/bash.txt
Normal file
6
docs/ru/cli/NEW_CLI/airtable/ModifyTable/bash.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
oint airtable ModifyTable \
|
||||||
|
--token "***" \
|
||||||
|
--base "appa0vJ8lY2mmXYaL" \
|
||||||
|
--table "tblKyyaqymN5nDicz" \
|
||||||
|
--title "Test table 2 (change.)" \
|
||||||
|
--description "New table (change.)"
|
6
docs/ru/cli/NEW_CLI/airtable/ModifyTable/bat.txt
Normal file
6
docs/ru/cli/NEW_CLI/airtable/ModifyTable/bat.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
oint airtable ModifyTable ^
|
||||||
|
--token "***" ^
|
||||||
|
--base "appa0vJ8lY2mmXYaL" ^
|
||||||
|
--table "tblKyyaqymN5nDicz" ^
|
||||||
|
--title "Test table 2 (change.)" ^
|
||||||
|
--description "New table (change.)"
|
4
docs/ru/cli/NEW_CLI/dropbox/AddTag/bash.txt
Normal file
4
docs/ru/cli/NEW_CLI/dropbox/AddTag/bash.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
oint dropbox AddTag \
|
||||||
|
--token "***" \
|
||||||
|
--path "/New/mydoc.docx" \
|
||||||
|
--tag "Important"
|
4
docs/ru/cli/NEW_CLI/dropbox/AddTag/bat.txt
Normal file
4
docs/ru/cli/NEW_CLI/dropbox/AddTag/bat.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
oint dropbox AddTag ^
|
||||||
|
--token "***" ^
|
||||||
|
--path "/New/mydoc.docx" ^
|
||||||
|
--tag "Important"
|
5
docs/ru/cli/NEW_CLI/dropbox/AddUsersToFile/bash.txt
Normal file
5
docs/ru/cli/NEW_CLI/dropbox/AddUsersToFile/bash.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
oint dropbox AddUsersToFile \
|
||||||
|
--token "***" \
|
||||||
|
--fileid "kJU6-a-pT48AAAAAAAAABw" \
|
||||||
|
--emails "['h5bk6ft62s@privaterelay.appleid.com']" \
|
||||||
|
--readonly true
|
5
docs/ru/cli/NEW_CLI/dropbox/AddUsersToFile/bat.txt
Normal file
5
docs/ru/cli/NEW_CLI/dropbox/AddUsersToFile/bat.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
oint dropbox AddUsersToFile ^
|
||||||
|
--token "***" ^
|
||||||
|
--fileid "kJU6-a-pT48AAAAAAAAABw" ^
|
||||||
|
--emails "['h5bk6ft62s@privaterelay.appleid.com']" ^
|
||||||
|
--readonly true
|
5
docs/ru/cli/NEW_CLI/dropbox/AddUsersToFolder/bash.txt
Normal file
5
docs/ru/cli/NEW_CLI/dropbox/AddUsersToFolder/bash.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
oint dropbox AddUsersToFolder \
|
||||||
|
--token "***" \
|
||||||
|
--folder "11746318241" \
|
||||||
|
--emails "['h5bk6ft62s@privaterelay.appleid.com']" \
|
||||||
|
--readonly true
|
5
docs/ru/cli/NEW_CLI/dropbox/AddUsersToFolder/bat.txt
Normal file
5
docs/ru/cli/NEW_CLI/dropbox/AddUsersToFolder/bat.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
oint dropbox AddUsersToFolder ^
|
||||||
|
--token "***" ^
|
||||||
|
--folder "11746318241" ^
|
||||||
|
--emails "['h5bk6ft62s@privaterelay.appleid.com']" ^
|
||||||
|
--readonly true
|
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox CancelFilePublication \
|
||||||
|
--token "***" \
|
||||||
|
--fileid "kJU6-a-pT48AAAAAAAAABw"
|
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox CancelFilePublication ^
|
||||||
|
--token "***" ^
|
||||||
|
--fileid "kJU6-a-pT48AAAAAAAAABw"
|
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox CancelFolderPublication \
|
||||||
|
--token "***" \
|
||||||
|
--folder "11746318241"
|
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox CancelFolderPublication ^
|
||||||
|
--token "***" ^
|
||||||
|
--folder "11746318241"
|
4
docs/ru/cli/NEW_CLI/dropbox/CopyObject/bash.txt
Normal file
4
docs/ru/cli/NEW_CLI/dropbox/CopyObject/bash.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
oint dropbox CopyObject \
|
||||||
|
--token "***" \
|
||||||
|
--from "/New/pic.png" \
|
||||||
|
--to "/New/pic_copy.png"
|
4
docs/ru/cli/NEW_CLI/dropbox/CopyObject/bat.txt
Normal file
4
docs/ru/cli/NEW_CLI/dropbox/CopyObject/bat.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
oint dropbox CopyObject ^
|
||||||
|
--token "***" ^
|
||||||
|
--from "/New/pic.png" ^
|
||||||
|
--to "/New/pic_copy.png"
|
3
docs/ru/cli/NEW_CLI/dropbox/CreateFolder/bash.txt
Normal file
3
docs/ru/cli/NEW_CLI/dropbox/CreateFolder/bash.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox CreateFolder \
|
||||||
|
--token "***" \
|
||||||
|
--path "/New catalog"
|
3
docs/ru/cli/NEW_CLI/dropbox/CreateFolder/bat.txt
Normal file
3
docs/ru/cli/NEW_CLI/dropbox/CreateFolder/bat.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox CreateFolder ^
|
||||||
|
--token "***" ^
|
||||||
|
--path "/New catalog"
|
3
docs/ru/cli/NEW_CLI/dropbox/DeleteObject/bash.txt
Normal file
3
docs/ru/cli/NEW_CLI/dropbox/DeleteObject/bash.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox DeleteObject \
|
||||||
|
--token "***" \
|
||||||
|
--path "/New catalog"
|
3
docs/ru/cli/NEW_CLI/dropbox/DeleteObject/bat.txt
Normal file
3
docs/ru/cli/NEW_CLI/dropbox/DeleteObject/bat.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox DeleteObject ^
|
||||||
|
--token "***" ^
|
||||||
|
--path "/New catalog"
|
3
docs/ru/cli/NEW_CLI/dropbox/DownloadFile/bash.txt
Normal file
3
docs/ru/cli/NEW_CLI/dropbox/DownloadFile/bash.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox DownloadFile \
|
||||||
|
--token "***" \
|
||||||
|
--path "/New/pic.png"
|
3
docs/ru/cli/NEW_CLI/dropbox/DownloadFile/bat.txt
Normal file
3
docs/ru/cli/NEW_CLI/dropbox/DownloadFile/bat.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox DownloadFile ^
|
||||||
|
--token "***" ^
|
||||||
|
--path "/New/pic.png"
|
3
docs/ru/cli/NEW_CLI/dropbox/DownloadFolder/bash.txt
Normal file
3
docs/ru/cli/NEW_CLI/dropbox/DownloadFolder/bash.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox DownloadFolder \
|
||||||
|
--token "***" \
|
||||||
|
--path "/New"
|
3
docs/ru/cli/NEW_CLI/dropbox/DownloadFolder/bat.txt
Normal file
3
docs/ru/cli/NEW_CLI/dropbox/DownloadFolder/bat.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox DownloadFolder ^
|
||||||
|
--token "***" ^
|
||||||
|
--path "/New"
|
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox GetAccountInformation \
|
||||||
|
--token "***" \
|
||||||
|
--account "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE"
|
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox GetAccountInformation ^
|
||||||
|
--token "***" ^
|
||||||
|
--account "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE"
|
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox GetAsynchronousChangeStatus \
|
||||||
|
--token "***" \
|
||||||
|
--job "dbjid:AACI4RQipoLpiu7mBRFL5IZ986bb1eIF-_oQmTF7mopj7v2o-gjzNflsopXTI9pfPjtCU8lfQvzymjChBZhFTQgo"
|
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox GetAsynchronousChangeStatus ^
|
||||||
|
--token "***" ^
|
||||||
|
--job "dbjid:AACI4RQipoLpiu7mBRFL5IZ986bb1eIF-_oQmTF7mopj7v2o-gjzNflsopXTI9pfPjtCU8lfQvzymjChBZhFTQgo"
|
@ -0,0 +1,2 @@
|
|||||||
|
oint dropbox GetAuthorizationLink \
|
||||||
|
--appkey "***"
|
2
docs/ru/cli/NEW_CLI/dropbox/GetAuthorizationLink/bat.txt
Normal file
2
docs/ru/cli/NEW_CLI/dropbox/GetAuthorizationLink/bat.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint dropbox GetAuthorizationLink ^
|
||||||
|
--appkey "***"
|
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox GetListOfFolderFiles \
|
||||||
|
--token "***" \
|
||||||
|
--path "/New"
|
3
docs/ru/cli/NEW_CLI/dropbox/GetListOfFolderFiles/bat.txt
Normal file
3
docs/ru/cli/NEW_CLI/dropbox/GetListOfFolderFiles/bat.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox GetListOfFolderFiles ^
|
||||||
|
--token "***" ^
|
||||||
|
--path "/New"
|
@ -0,0 +1,4 @@
|
|||||||
|
oint dropbox GetObjectInformation \
|
||||||
|
--token "***" \
|
||||||
|
--path "/New/pic.png" \
|
||||||
|
--detail true
|
4
docs/ru/cli/NEW_CLI/dropbox/GetObjectInformation/bat.txt
Normal file
4
docs/ru/cli/NEW_CLI/dropbox/GetObjectInformation/bat.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
oint dropbox GetObjectInformation ^
|
||||||
|
--token "***" ^
|
||||||
|
--path "/New/pic.png" ^
|
||||||
|
--detail true
|
@ -0,0 +1,4 @@
|
|||||||
|
oint dropbox GetObjectVersionList \
|
||||||
|
--token "***" \
|
||||||
|
--path "/New/pic.png" \
|
||||||
|
--amount 1
|
4
docs/ru/cli/NEW_CLI/dropbox/GetObjectVersionList/bat.txt
Normal file
4
docs/ru/cli/NEW_CLI/dropbox/GetObjectVersionList/bat.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
oint dropbox GetObjectVersionList ^
|
||||||
|
--token "***" ^
|
||||||
|
--path "/New/pic.png" ^
|
||||||
|
--amount 1
|
3
docs/ru/cli/NEW_CLI/dropbox/GetPreview/bash.txt
Normal file
3
docs/ru/cli/NEW_CLI/dropbox/GetPreview/bash.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox GetPreview \
|
||||||
|
--token "***" \
|
||||||
|
--path "/New/mydoc.docx"
|
3
docs/ru/cli/NEW_CLI/dropbox/GetPreview/bat.txt
Normal file
3
docs/ru/cli/NEW_CLI/dropbox/GetPreview/bat.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox GetPreview ^
|
||||||
|
--token "***" ^
|
||||||
|
--path "/New/mydoc.docx"
|
2
docs/ru/cli/NEW_CLI/dropbox/GetSpaceUsageData/bash.txt
Normal file
2
docs/ru/cli/NEW_CLI/dropbox/GetSpaceUsageData/bash.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint dropbox GetSpaceUsageData \
|
||||||
|
--token "***"
|
2
docs/ru/cli/NEW_CLI/dropbox/GetSpaceUsageData/bat.txt
Normal file
2
docs/ru/cli/NEW_CLI/dropbox/GetSpaceUsageData/bat.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
oint dropbox GetSpaceUsageData ^
|
||||||
|
--token "***"
|
3
docs/ru/cli/NEW_CLI/dropbox/GetTagList/bash.txt
Normal file
3
docs/ru/cli/NEW_CLI/dropbox/GetTagList/bash.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox GetTagList \
|
||||||
|
--token "***" \
|
||||||
|
--paths "/New/mydoc.docx"
|
3
docs/ru/cli/NEW_CLI/dropbox/GetTagList/bat.txt
Normal file
3
docs/ru/cli/NEW_CLI/dropbox/GetTagList/bat.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox GetTagList ^
|
||||||
|
--token "***" ^
|
||||||
|
--paths "/New/mydoc.docx"
|
4
docs/ru/cli/NEW_CLI/dropbox/GetToken/bash.txt
Normal file
4
docs/ru/cli/NEW_CLI/dropbox/GetToken/bash.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
oint dropbox GetToken \
|
||||||
|
--appkey "***" \
|
||||||
|
--appsecret "***" \
|
||||||
|
--code "bTCiUTzxe6kAAAAAAAAAGN1NMZIxyqETKr4o7OS2dU8"
|
4
docs/ru/cli/NEW_CLI/dropbox/GetToken/bat.txt
Normal file
4
docs/ru/cli/NEW_CLI/dropbox/GetToken/bat.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
oint dropbox GetToken ^
|
||||||
|
--appkey "***" ^
|
||||||
|
--appsecret "***" ^
|
||||||
|
--code "bTCiUTzxe6kAAAAAAAAAGN1NMZIxyqETKr4o7OS2dU8"
|
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox GetUploadStatusByURL \
|
||||||
|
--token "***" \
|
||||||
|
--job "MVsRf40tHvAAAAAAAAAAAQ"
|
3
docs/ru/cli/NEW_CLI/dropbox/GetUploadStatusByURL/bat.txt
Normal file
3
docs/ru/cli/NEW_CLI/dropbox/GetUploadStatusByURL/bat.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox GetUploadStatusByURL ^
|
||||||
|
--token "***" ^
|
||||||
|
--job "MVsRf40tHvAAAAAAAAAAAQ"
|
4
docs/ru/cli/NEW_CLI/dropbox/MoveObject/bash.txt
Normal file
4
docs/ru/cli/NEW_CLI/dropbox/MoveObject/bash.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
oint dropbox MoveObject \
|
||||||
|
--token "***" \
|
||||||
|
--from "/pic.png" \
|
||||||
|
--to "/New/pic.png"
|
4
docs/ru/cli/NEW_CLI/dropbox/MoveObject/bat.txt
Normal file
4
docs/ru/cli/NEW_CLI/dropbox/MoveObject/bat.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
oint dropbox MoveObject ^
|
||||||
|
--token "***" ^
|
||||||
|
--from "/pic.png" ^
|
||||||
|
--to "/New/pic.png"
|
3
docs/ru/cli/NEW_CLI/dropbox/PublishFolder/bash.txt
Normal file
3
docs/ru/cli/NEW_CLI/dropbox/PublishFolder/bash.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox PublishFolder \
|
||||||
|
--token "***" \
|
||||||
|
--path "/New"
|
3
docs/ru/cli/NEW_CLI/dropbox/PublishFolder/bat.txt
Normal file
3
docs/ru/cli/NEW_CLI/dropbox/PublishFolder/bat.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
oint dropbox PublishFolder ^
|
||||||
|
--token "***" ^
|
||||||
|
--path "/New"
|
4
docs/ru/cli/NEW_CLI/dropbox/RefreshToken/bash.txt
Normal file
4
docs/ru/cli/NEW_CLI/dropbox/RefreshToken/bash.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
oint dropbox RefreshToken \
|
||||||
|
--appkey "***" \
|
||||||
|
--appsecret "***" \
|
||||||
|
--refresh "***"
|
4
docs/ru/cli/NEW_CLI/dropbox/RefreshToken/bat.txt
Normal file
4
docs/ru/cli/NEW_CLI/dropbox/RefreshToken/bat.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
oint dropbox RefreshToken ^
|
||||||
|
--appkey "***" ^
|
||||||
|
--appsecret "***" ^
|
||||||
|
--refresh "***"
|
@ -0,0 +1,4 @@
|
|||||||
|
oint dropbox RestoreObjectToVersion \
|
||||||
|
--token "***" \
|
||||||
|
--path "/New/pic.png" \
|
||||||
|
--rev "62480d07de916bd841553"
|
@ -0,0 +1,4 @@
|
|||||||
|
oint dropbox RestoreObjectToVersion ^
|
||||||
|
--token "***" ^
|
||||||
|
--path "/New/pic.png" ^
|
||||||
|
--rev "62480d07de916bd841553"
|
5
docs/ru/cli/NEW_CLI/dropbox/UploadFile/bash.txt
Normal file
5
docs/ru/cli/NEW_CLI/dropbox/UploadFile/bash.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
oint dropbox UploadFile \
|
||||||
|
--token "***" \
|
||||||
|
--file "C:\Users\Administrator\AppData\Local\Temp\u0oofh5ydgx.png" \
|
||||||
|
--path "/New/pic.png" \
|
||||||
|
--overwrite true
|
5
docs/ru/cli/NEW_CLI/dropbox/UploadFile/bat.txt
Normal file
5
docs/ru/cli/NEW_CLI/dropbox/UploadFile/bat.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
oint dropbox UploadFile ^
|
||||||
|
--token "***" ^
|
||||||
|
--file "C:\Users\Administrator\AppData\Local\Temp\u0oofh5ydgx.png" ^
|
||||||
|
--path "/New/pic.png" ^
|
||||||
|
--overwrite true
|
4
docs/ru/cli/NEW_CLI/dropbox/UploadFileByURL/bash.txt
Normal file
4
docs/ru/cli/NEW_CLI/dropbox/UploadFileByURL/bash.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
oint dropbox UploadFileByURL \
|
||||||
|
--token "***" \
|
||||||
|
--url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" \
|
||||||
|
--path "/New/url_doc.docx"
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user