Search

About G-Suite

Last Updated: Mar 8, 2023

Articles

The G-Suite nodes enable the user to establish a connection from JIFFY.ai to different Google applications to perform various operations.

The following are the G-Suite nodes supported by JIFFY.ai:

  • Google Docs: Google Docs is a free word processor offered by Google.
  • Google Drive: Google Drive is a file storage and synchronization service developed by Google.
  • Google Sheets: Google Sheets is a free spreadsheet program offered by Google.

Prerequisites for G-Suite nodes

  1. Navigate to Google Cloud Console and create a new project.
  2. Create Service Account for the newly created project and create a key for the project. To know more, click here.
  3. Create a folder in your Google Drive and share the folder with the service account created.

    Ensure that Editor access is given to the service account when you share the folder.

    Image description
  4. In your machine, install the required packages to execute the Gsuite Functions. To install the packages:
    1. Open the command prompt.
    2. Execute the following command to change the directory to C:\jiffyservice\precompile\connector\requirements.

      cd C:\jiffyservice\precompile\connector\requirements

    3. Execute the following command to install the packages.

      pip install -r gsuite.txt –user

If the command prompt is not recognizing pip, use the command C:\Python37\Scripts\pip install -r gsuite.txt.

Did you find what you were looking for?