1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-09 07:14:16 +02:00
Vitaly the Alpaca (bot) fd551e7cf4 Main build (Jenkins)
2024-12-24 20:21:21 +03:00

9 lines
343 B
Plaintext
Vendored

Path = "/New/pic.png";
Token = "sl.CDM2TsVftn5aH3_nUX4tbw3JdByXhgO0FyL2ev0gBXGOhHv5k_uHgwYs0N_qMH4TQLm-nWvPGq...";
Image = "https://api.athenaeum.digital/test_data/picture.jpg";
ImagePath = GetTempFileName("png");
CopyFile(Image, ImagePath);
Result = OPI_Dropbox.UploadFile(Token, ImagePath, Path, True);