mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-26 05:37:27 +02:00
13 lines
485 B
Plaintext
13 lines
485 B
Plaintext
Token = "sl.B6AQWp9MlZlz4iaf41whVKxX9-MXeCiQhPRe4YIRxFmZ3zHsdjmOAatzgaWVhqmlIOvDD6WIUQ...";
|
|
Folder = "3417285987";
|
|
|
|
Result = OPI_Dropbox.CancelFolderPublication(Token, Folder);
|
|
CurrentStatus = "in_progress";
|
|
JobID = Result["async_job_id"];
|
|
|
|
WHile CurrentStatus = "in_progress" Do
|
|
Result = OPI_Dropbox.GetAsynchronousChangeStatus(Token, JobID);
|
|
CurrentStatus = Result[".tag"];
|
|
OPI_Tools.Pause(3);
|
|
EndDo;
|