Returns the link to download the file of Google Drive.

1 google.drive.file.link

Returns the url of the wished file to be able to download it.

<google.drive.file.link
    credentials-json='credentials-json'
    credentials-path='credentials-path'
    file-id='file-id'
/>

Obtener credenciales

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

Example

Download the desired file Google Drive.

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