mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-02-03 13:22:19 +02:00
13 lines
498 B
Plaintext
13 lines
498 B
Plaintext
Token = "sl.B91EDRcG6KqqbvQ9nc8sWhG3gvHG_3nWIpT8qbct8H-IHRKpi0kUuYPR64_hqVqYmsnnoR7HMj...";
|
|
Folder = "11521348833";
|
|
|
|
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;
|