I’m using HTTP request to get video list from my playlist on youtube and save in Airtable. I’ve got problem with handling NextPageToken, to download the next page.
What is the error message ?
The returned response was identical 5x, so requests got stopped
I worked on something like this a while ago, but was not able to use the pagination feature from the HTTP request node. @barn4k ‘s idea is probably more appropriate. But if you need help or want to try what I’ve done, let me know.
NodeApiError: Bad request - please check your parameters
at ExecuteContext.requestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/node-execution-context/utils/request-helper-functions.ts:1498:10)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at ExecuteContext.requestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@[email protected]_@[email protected]_08b575bec2313d5d8a4cc75358971443/node_modules/n8n-core/src/execution-engine/node-execution-context/utils/request-helper-functions.ts:1798:11)