Search

G-Suite Nodes - FAQs

Last Updated: Mar 8, 2023

Articles

  1. For G-suite nodes, what to do when “no such option” error occurs while executing the command pip install -r gsuite.txt –user to install?
    Execute the command without -user.
  2. Unable to find pip.exe in jiffyservice folder. Where can I find it?
    You can find them in the Python\scripts folder.
  3. G-Suite nodes also need to have paid Google Cloud account as in Handwritten node?
    No. G-Suite does not require paid google cloud account. Please follow the pre-requisites and instructions for G-Suite nodes here.
  4. What is the format of the output of function Get Range Values?
    The output of function Get Range Values is a list.
  5. How to convert the list retrieved by Get Range Values function as a JSON output?
    Use the following custom code to convert the list output into a JSON output.

    json.dumps(list)

Did you find what you were looking for?