mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-10 04:18:47 +02:00
13 lines
357 B
Plaintext
13 lines
357 B
Plaintext
Token = "sl.B-iqyqXWh8YCVSZnVG0BwXxLlHNbfCDJrGlOyhjKnx1cAwPeSV71gjqQ1iR0QLna032Hn-HZjE...";
|
|
WorkID = "8VM99l3ckEAAAAAAAAAAAQ";
|
|
Status = "in_progress";
|
|
|
|
WHile Status = "in_progress" Do
|
|
|
|
Result = OPI_Dropbox.GetUploadStatusByURL(Token, WorkID);
|
|
Status = Result[".tag"];
|
|
|
|
OPI_Tools.Pause(5);
|
|
|
|
EndDo;
|