1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-21 23:57:40 +02:00
Files
OpenIntegrations/docs/en/examples/GoogleDrive/CreateComment.txt

6 lines
210 B
Plaintext
Raw Normal View History

2025-06-27 11:47:43 +03:00
 Token = FunctionParameters["Google_Token"];
Identifier = FunctionParameters["GD_File"];
2024-09-28 19:38:00 +03:00
Comment = "Comment text";
Result = OPI_GoogleDrive.CreateComment(Token, Identifier, Comment);