|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2025.4 > Connectors > Alphabetic Connector List > Quip Prerequisites |
This connector requires the following Python library to be installed on the DataHub server:
•requests (for HTTP API communication)
Before using this connector for the first time, you must manually install the required Python dependencies.
Installation Command:
pip install requests
|
Important: You must restart DataHub services after installing dependencies. |
Windows:
1.Stop "DataHub Agent" and "DataHub" services via Services.msc
2.Start "DataHub" service first, then "DataHub Agent" service
3.Verify the connector functions correctly
Linux:
sudo systemctl stop datahub-agent datahub
sudo systemctl start datahub datahub-agent
In order to use the connector it is necessary to create an OAuth 2.0 token for the connector in Quip.
![]() |
Best practice: It is recommended to create one token for each application that should be integrated into Quip and to name it after the application that is to be integrated. |