Hello ,
I just updated my FDK as well as nodejs 14.
When I run my program and run requests, it gives me 401 errors.
I checked on postman my request, using my api key in base64, my request works.
I am not modifying any source of my program. I just updated the FDK and nodejs v14
“platform-version”: “2.2”,
“engines”: {
"node": "14.19.1",
"fdk": "8.1.1"
}
my request :
Thanks for your help