I am trying to use this workflow Backup all n8n workflows to Google Drive every 4 hours to backup my workflows. However, I am unable to connect the n8n credentials.
When I attempt to make a request to the /api/v1 endpoint, I get the following error message:
{“message”:“Error parsing https://www.tiktok.com/usr/local/lib/node_modules/n8n/dist/public-api/v1/openapi.yml: end of the stream or a document separator is expected (2:25)\n\n 1 | <meta …\n 2 | -webkit-box-pack: center;\n-----------------------------^\n 3 | -ms-flex-pack: center;\n 4 | -webkit-justify-content: center;”}
N8N version : 1.109.1
Running via docker

