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/UploadFile.txt

9 lines
323 B
Plaintext
Raw Normal View History

2025-06-27 11:47:43 +03:00
 Token = FunctionParameters["Google_Token"];
Image = FunctionParameters["Picture"];
Directory = FunctionParameters["GD_Catalog"];
2024-09-28 19:38:00 +03:00
Description = OPI_GoogleDrive.GetFileDescription();
Description.Insert("Parent", Directory);
Result = OPI_GoogleDrive.UploadFile(Token, Image, Description);