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

5 lines
151 B
Plaintext
Raw Normal View History

 Path = "/New/pic.png";
2024-09-17 12:29:46 +03:00
Token = FunctionParameters["Dropbox_Token"];
Result = OPI_Dropbox.GetObjectInformation(Token, Path, True);