You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
Экстракт данных из существующих доков для EN
This commit is contained in:
4
docs/en/examples/Dropbox/GetListOfFolderFiles.txt
Normal file
4
docs/en/examples/Dropbox/GetListOfFolderFiles.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
Path = "/New";
|
||||
Token = "sl.B6AQWp9MlZlz4iaf41whVKxX9-MXeCiQhPRe4YIRxFmZ3zHsdjmOAatzgaWVhqmlIOvDD6WIUQ...";
|
||||
|
||||
Result = OPI_Dropbox.GetListOfFolderFiles(Token, Path, True);
|
||||
5
docs/en/examples/Dropbox/RefreshToken.txt
Normal file
5
docs/en/examples/Dropbox/RefreshToken.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
AppKey = "oynqxds...";
|
||||
AppSecret = "tk2oewn...";
|
||||
RefreshToken = "oZFWg3DmZ_IAAAAAAAAAAWilOA0M1SjV...";
|
||||
|
||||
Result = OPI_Dropbox.RefreshToken(AppKey, AppSecret, RefreshToken);
|
||||
Reference in New Issue
Block a user