Deluge Script with Google Drive Connection
Hi,
I am trying to find a file usine file name in a specic Folder Id in google drive but unable to figure out how to use the connection in google drive. We have created a connection in google deluge script in the name of "gdrive"
response = invokeUrl [
url: <url>
type: GET/POST/PUT/DELETE
parameters: <paramMap/string>
connection: "gdrive"
];
Unable to figure out what shoud be mentioned in invoke URL.
For example:
Name of File: "abc"
Folderid: 1tgrMWZ9bTPYx2SRaTzj57eAofm0x1NAO
Any kind of reference or help is deeply appreciated.
Thanks