1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-02 22:05:37 +02:00
OpenIntegrations/docs/en/examples/Dropbox/UploadFileByURL.txt

6 lines
267 B
Plaintext
Raw Normal View History

 Path = "/New/url_doc.docx";
2024-11-03 11:09:51 +03:00
Token = "sl.B_9DRTAH1uWCLSq9M5T8rTk4TKmvQF-_-cxV3mM1ey7H-zkB45kLarH36ghBdEVWt5XH3ItaS0...";
2024-10-15 10:07:27 +03:00
URL = "https://api.athenaeum.digital/test_data/document.docx";
Result = OPI_Dropbox.UploadFileByURL(Token, URL, Path);