For Workers & Pages, what is the name of the domain?
What is the error number?
7003
What is the error message?
ould not route to /client/v4/accounts/None/storage/kv/namespaces/NAME_SPACE/values/KEY_ID perhaps your object identifier is invalid?
What is the issue or error you’re encountering
Calling the api by cURL works fine, calling it by urllib3 or requests results in 7003, same exact data , also Cloudflare SDK is not authenticating the token, but it works in cURL & urllib3 & requests
What steps have you taken to resolve the issue?
Google, Stackoverflow, Cloudflare Docs, this Community topics
What are the steps to reproduce the issue?
update a existing key in kv db with an api call
use code sample from api docs, but with api_token not api_key , cURL will work flawlessly, but if you use python urllib3 or requests it will authenticate but fail with no route to key , if you try to use cloudflare python sdk it will fail with this error cloudflare.BadRequestError: Error code: 400 - {‘success’: False, ‘errors’: [{‘code’: 9106, ‘message’: ‘Missing X-Auth-Key, X-Auth-Email or Authorization headers’}]}, same token that is woring in cURL,