Last Updated: Feb 14, 2022
Use this function to create a new Google Doc with the provided name in the drive.
Create Document (doc_name, private_key, client_email)
Input Parameter Name | Description |
---|---|
doc_name | Name of the document |
private_key | Private key of the service account |
client_email | Email ID of the service account |
Return Value | Description |
---|---|
Output |
|
Create Document (Travel_Invoice, —–BEGIN PRIVATE KEY—–\nABCD\n—–END PRIVATE KEY—–, name@project-id.iam.gserviceaccount.com)
To view all the Google Docs functions, click here.