Hi everyone :-), so I’m sending a request from google sheets to an API using HTTP Make a request . My scenario gets stuck when it gets to the HTTP API module with this message
‘The request rate limit may have been exceeded.’
However, when I press ‘run this module only’ it works fine… I’m not quite sure what I’m doing wrong? Grateful for any help!
blueprint (6).json (54.0 KB)
Input bundle
[
{
"ca": null,
"qs": [
{
"name": "CPV",
"value": "CPV code for Facilities management: security, cleaning, catering and business-related services (79900000):\n79998000 - Cleaning and sanitation"
},
{
"name": "limit",
"value": "1"
},
{
"name": "Location",
"value": "England"
}
],
"url": "https://www.find-tender.service.gov.uk/api/1.0/ocdsReleasePackages",
"data": null,
"gzip": true,
"method": "get",
"headers": [],
"timeout": null,
"useMtls": false,
"authPass": null,
"authUser": null,
"bodyType": "raw",
"contentType": null,
"serializeUrl": false,
"shareCookies": false,
"parseResponse": false,
"followRedirect": true,
"useQuerystring": false,
"followAllRedirects": false,
"rejectUnauthorized": true
}
]
Output bundle
[
null
]