1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00
Files
OpenIntegrations/docs/en/examples/GoogleDrive/UpdateFile.txt
Vitaly the Alpaca (bot) 408d8c61df Main build (Jenkins)
2025-03-17 22:58:06 +03:00

7 lines
414 B
Plaintext
Vendored

Token = "ya29.a0AeXRPp7yIYtWir0wC7l09O27fzCyaFxBylix9NPJ_QNA1wB4QVUrG4U7Fr2QSwtfnWG7ZYf6VNrnekZ-jXtryEWp_DVIDnn_y8ABtqeWr...";
NewName = "UpdatedFile.jpg";
Identifier = "1Zw1gcXzKA8iyhPpSv8Sg0wcqss9cJR2i";
File = "https://api.athenaeum.digital/test_data/picture2.jpg"; // URL, Binary Data or Path to file
Result = OPI_GoogleDrive.UpdateFile(Token, Identifier, File, NewName);