Last Updated: Feb 14, 2022
Use this function to give the list of indices that represent the location of the given text in the Google Doc.
Get Text Index (document_id, text, private_key, client_email)
Input Parameter Name | Description |
---|---|
document_id | Name of the document |
text | Text to get the index |
private_key | Private key of the service account |
client_email | Email ID of the service account |
Return Value | Description |
---|---|
Output |
|
Get Text Index (XYZ123, Invoice, —–BEGIN PRIVATE KEY—–\nABCD\n—–END PRIVATE KEY—–, name@project-id.iam.gserviceaccount.com)
To view all the Google Docs functions, click here.