I'm having a really strange issue, i'm querying a rest end point for a feature service via python for which i am not the owner of (but i am the administrator for the AGOL account)
and i get this error:
{"error":{"code":403,"message":"You do not have permissions to access this resource or perform this operation.","messageCode":"GWM_0003","details":["You do not have permissions to access this resource or perform this operation."]}}
now i can manually query the end point in chrome using the same user details without issue, and i know the python works because i can run it against an identical feature service that i am the owner of
any ideas?
Stu