Google Vision template
Hey Buildship crew @Harini , for the Google Vision template, does the secret API key have to be from browserless? I tried setting one up with Cloud Vision to try it out, however, an error message pops up in the response (partial code here):
{
"error": {
"message": "Request failed with status code 401",
"name": "AxiosError",
"stack": "AxiosError: Request failed with status code 401\n at settle (/usr/src/app/bucket/builtNodes/ce37e1f3-eb9c-4360-8622-e17fa00701d2/1705789325299.cjs:82:2036)\n at RedirectableRequest.handleResponse (/usr/src/app/bucket/builtNodes/ce37e1f3-eb9c-4360-8622-e17fa00701d2/1705789325299.cjs:83:13507)\n at RedirectableRequest.emit (node:events:517:28)\n at RedirectableRequest._processResponse (/usr/src/app/bucket/builtNodes/ce37e1f3-eb9c-4360-8622-e17fa00701d2/1705789325299.cjs:64:16072)\n at RedirectableRequest._onNativeResponse (/usr/src/app/bucket/builtNodes/ce37e1f3-eb9c-4360-8622-e17fa00701d2/1705789325299.cjs:64:10916)\n at Object.onceWrapper (node:events:632:26)\n at ClientRequest.emit (node:events:517:28)\n at HTTPParser.parserOnIncomingClient (node:_http_client:700:27)\n at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)\n at TLSSocket.socketOnData (node:_http_client:541:22)",
Would appreciate your help here!
{
"error": {
"message": "Request failed with status code 401",
"name": "AxiosError",
"stack": "AxiosError: Request failed with status code 401\n at settle (/usr/src/app/bucket/builtNodes/ce37e1f3-eb9c-4360-8622-e17fa00701d2/1705789325299.cjs:82:2036)\n at RedirectableRequest.handleResponse (/usr/src/app/bucket/builtNodes/ce37e1f3-eb9c-4360-8622-e17fa00701d2/1705789325299.cjs:83:13507)\n at RedirectableRequest.emit (node:events:517:28)\n at RedirectableRequest._processResponse (/usr/src/app/bucket/builtNodes/ce37e1f3-eb9c-4360-8622-e17fa00701d2/1705789325299.cjs:64:16072)\n at RedirectableRequest._onNativeResponse (/usr/src/app/bucket/builtNodes/ce37e1f3-eb9c-4360-8622-e17fa00701d2/1705789325299.cjs:64:10916)\n at Object.onceWrapper (node:events:632:26)\n at ClientRequest.emit (node:events:517:28)\n at HTTPParser.parserOnIncomingClient (node:_http_client:700:27)\n at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)\n at TLSSocket.socketOnData (node:_http_client:541:22)",
Would appreciate your help here!
