1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-05 22:53:35 +02:00
Files
OpenIntegrations/docs/en/examples/GoogleDrive/UpdateFile.txt

7 lines
298 B
Plaintext
Raw Normal View History

2025-06-27 11:47:43 +03:00
 Token = FunctionParameters["Google_Token"];
2024-09-28 19:38:00 +03:00
NewName = "UpdatedFile.jpg";
2025-06-27 11:47:43 +03:00
Identifier = FunctionParameters["GD_File"];
File = FunctionParameters["Picture2"]; // URL, Binary Data or File path
2024-09-28 19:38:00 +03:00
Result = OPI_GoogleDrive.UpdateFile(Token, Identifier, File, NewName);