Welcome to Portal

?Unknown\pull-down

Welcome to Zoho Cares

Bienvenido a Soporte de Zoho

Search our knowledge base, ask the community or submit a request.

FAQs on migrating from Microsoft Teams to Zoho Cliq

What Python version is required on your system to run the script?

Ensure the Python version is above 3.9 for better support. To verify the version, use one of the following commands:
  • py --version
  • py3 --version
  • python --version
  • python3 --version

If the version is not installed, download from here.

How many API permissions have to be enabled in the Azure app?

18 permissions mentioned in this document need to be enabled.
What commands should I use to run the Python script?
Use one of the following commands to execute the script. Make sure to navigate to the folder where the '.py' file is saved and replace 'filename' with the name of your saved file:
  • py filename.py
  • py3 filename.py
  • python filename.py
  • python3 filename.py

What should I do if I get a "ModuleNotFound" error?


If you encounter a "Module Not Found" error, run one of the following commands to install the missing module:
  • py -m pip install modulename
  • py3 -m pip install modulename
  • python -m pip install modulename
  • python3 -m pip install modulename

What should I do if I get a value error?

Verify that all 18 required permissions have been enabled and access has been granted. Refer to the following document for details on creating an Azure account and enabling permissions. Once you're done, delete all the created folders and rerun the script.

What should I do if my script stops running and I get an "Unable to fetch" error?


If you encounter the "Unable to fetch" error while running the script, rerunning the script should resolve the issue.
Additionally, retrieve the demo.log file for debugging. If any of the following error codes (500, 503, 400, 403) are present in the demo.log file, rerunning the script will resolve the issue.
What should I do if I get an "Unable to connect to Cliq" error?
If you encounter the "Unable to connect to Cliq" error, copy the script from the admin panel, update the values, and rerun it.

Helpful?00
Updated: 1 month ago
Share :