I would like to create new folder in Google Drive. But I couldn't find connector in libraries.
There is only "Creating an empty spreadsheet".
Provider : https://www.googleapis.com/drive/v3/
Connector url : files
Post Content :
<#if parent_id?? && parent_id!= "">
{
"name":"${spreadsheet_name}",
"mimeType":"application/vnd.google-apps.spreadsheet",
"parents": [{"id":"${parent_id?default('')}"}]
}
<#else>
{
"name":"${spreadsheet_name}",
"mimeType":"application/vnd.google-apps.spreadsheet"
}
</#if>
Like above, How can I make new folder using connector? Even though trying to search in developers.google.com, I couldn't find http rest api descriptions.
Would you help this?
Regards,
Alan.
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/a2651782-a455-4f86-8419-f7c60669e131%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/56ebb480-8b2c-406b-8cea-18cf0907b901%40runmyprocess.com.