1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-29 21:57:16 +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 15:57:44 +03:00
Token = FunctionParameters["Dropbox_Token"];
Result = OPI_Dropbox.GetObjectInformation(Token, Path, True);