I'm trying to automate pulling data from AGOL into our databricks environment
I've registered an application and have the token generation working
I'm using the https://services3.arcgis.com/xyz/ArcGIS/rest/services/abc/FeatureServer/0/query? api endpoint
It works for feature layers I own/created but I get a 403 for all other feature layers even though I can 'manually' browse to the api endpoint from the features' overview page
What do i need to do to configure it in agol so it can access all the org data?