Google Drive is a cloud-based storage service that enables users to store and access files online. The service syncs stored documents, photos and more across all the user devices, including mobile devices, tablets, and PCs.
Input Parameter Name | Description |
---|---|
Credential_path | Token.pkl file path (this file is downloaded to the Client Machine during the setup process of G-suite which is explained in Section 2. Setting up G-suite. |
Query | filename (which the user needs to search) Example: name = JiffyRPATrainingSession. For more details, refer the Query String Examples section in the Google Drive documentation. |
Page_size | Maximum number of files to be searched. Example: I the provided page size is 10, then it will return the first 10 instances where the file name is “JiffyRPATrainingSession.” |
Output Parameter Name | Description |
---|---|
{‘status’: ‘Pass’, ‘file_name’: [u’JIFFYRPATrainingSession6.mp4’], ‘file_id’: | Return Pass, if file is present. |
Event url | The ID of the calendar where the event needs to be created. Example: xyz@gmail.com |
[u’177_b0UUwRUdOiRe6Eb1so6DOiMygAz9e’], ‘error’: None}” | Return Fail, ‘No matching Item Found’, if file is not present. |
Input Parameter Name | Description |
---|---|
Credential_path | Token.pkl file path (this file is downloaded to the Client Machine during the setup process of G-suite which is explained in Section 2. Setting up G-suite. |
Query | filename (which the user needs to search) Example: name = JiffyRPATrainingSession. For more details, refer the Query String Examples section in the Google Drive documentation. |
Page_size | Maximum number of files to be searched. Example: I the provided page size is 10, then it will return the first 10 instances where the file name is “JiffyRPATrainingSession.” |