Create a new directory in Google Drive.

1 google.drive.new.folder

Create a new folder with the indicated name.

<google.drive.new.folder
    credentials-json='credentials-json'
    credentials-path='credentials-path'
    folder-name='folder-name'
    folder-id='folder-id'
/>

Obtener credenciales

To obtain the credentials, go to the section google.drive.list

Example

Download the desired file of Google Drive.

Copy
<xsql-script name=''>
    <body>
        <google.drive.new.folder credentials-path="/Users/afp/Desktop/clientsecret.json" 
                          folder-name="Example" 
                          folder-id="0B_kCxfwKVMTLYjJ5Mm5CbmthaWc" />
    </body>
</xsql-script>