Issue
When you try to use the Unstructured Workflow Endpoint to create a source connector that connects Google Drive to Unstructured, an error similar to the following occurs, and the source connector is not created:Cause
This error occurs because the contents of the caller’s Google Drive service account’scredentials.json file (or its
equivalent JSON string representation) must be specially encrypted and formatted before these contents are sent to Unstructured, due to the contents’ size.
However, the Unstructured Workflow Endpoint does not support this special encryption and formatting process.

