1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-06-06 23:46:28 +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-11 22:11:22 +03:00
Token = "sl.CAirrApMP3MmqfxAgYhlitMkH3J7CmcSnaOjCUghRVLtFIhPZ0jzduJbWPea8qBaOeeB-L_PZ6...";
2024-10-15 10:07:27 +03:00
URL = "https://api.athenaeum.digital/test_data/document.docx";
Result = OPI_Dropbox.UploadFileByURL(Token, URL, Path);