1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-25 12:24:39 +02:00

9 lines
343 B
Plaintext
Raw Normal View History

 Path = "/New/pic.png";
2024-12-02 18:50:41 +03:00
Token = "sl.CB3Ppv-heMGAtz7VGnrX2QCBUahgZ7iiChxnPAHWs9vqQ5ZcBLmznTMZ8h3IvAuhPOSm89QiaV...";
2024-10-15 10:07:27 +03:00
Image = "https://api.athenaeum.digital/test_data/picture.jpg";
ImagePath = GetTempFileName("png");
CopyFile(Image, ImagePath);
Result = OPI_Dropbox.UploadFile(Token, ImagePath, Path, True);