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

6 lines
267 B
Plaintext
Raw Normal View History

 Path = "/New/url_doc.docx";
2024-10-22 00:14:15 +03:00
Token = "sl.B_P83AtWK3iWmiaVVtO7xtmH-oAB1JFAuYM0O4cp24jpCem-7yD8_3nHrlvjtoWiI7T4kRh7Yx...";
2024-10-15 10:07:27 +03:00
URL = "https://api.athenaeum.digital/test_data/document.docx";
Result = OPI_Dropbox.UploadFileByURL(Token, URL, Path);