mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-25 12:24:39 +02:00
13 lines
497 B
Plaintext
13 lines
497 B
Plaintext
Token = "sl.B6_e9uxZDzud1x7oZyvJJEiFu78rkVmLclhxrJ0KMVVZNxl9XbxwWUr5wv8IKSqnoi6KyNyRe0...";
|
|
Folder = "5119546785";
|
|
|
|
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;
|