1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-05-29 23:17:45 +02:00
OpenIntegrations/docs/en/examples/Dropbox/GetUploadStatusByURL.txt
Vitaly the Alpaca (bot) 4c77b0ecc4 Main build (Jenkins)
2024-10-27 14:30:57 +03:00

13 lines
357 B
Plaintext

Token = "sl.B_msgdiPWezavqeIij7xO0CoH6lFDkcxzp9wOv6yyW7dixfCrQAW21oFDnvVjkfZa4UegdzdP0...";
WorkID = "TccHTo9aSaAAAAAAAAAAAQ";
Status = "in_progress";
WHile Status = "in_progress" Do
Result = OPI_Dropbox.GetUploadStatusByURL(Token, WorkID);
Status = Result[".tag"];
OPI_Tools.Pause(5);
EndDo;