-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when trying to pull data: Forbidden (HTTP 403). #146
Comments
We actually just had another JWT auth issue #145 just like this. The solution was to change from 'developer' to 'admin' and aw_workspace_report should work correctly. The reason why your auth will be successful but the workspace report won't work is permissions. Authentication is handled via the AEP API and the data is handled via the CJA API. Let me know if you have any other issues after you make that permission change. Thanks |
Hi Ben, thanks for your quick response. I actually had both admin and developer permissions. Is there a specific product I should have permission for as an 'admin'? Thank you. |
Strangely enough, aw_freeform_table() seems to work, but aw_get_segments, or aw_get_metrics() gives the 403 error. Not sure how to interpret this. |
Have same issue: 1.- at 5 pm. at laptop work, I could authenticate and download data (OATH method). First time setting the library in work laptop. 2.- 10 pm at home, on my PC that I've used a couple of weeks before to pull data, and can authenticate but not pull data...
|
This may be a result of the new(er) profiles that Adobe has been luanching. If you are able to use the function "get_me()" then make sure the company id/name is showing that you are wanting to pull data from. If it does pull back information but your company id/name is not showing then you may be experiencing the new profile issue that we have seen internally in our company as well. This requires you to log out of adobe and then attempt to re-auth by signing back in and choosing the correct profile. |
Hello, thanks for maintaining and improving this package!
I have come across an error that I'm unsure how to fix. I have used Oauth in the past and everything worked fine, but this time around it didn't. I then used JWT, and the connection was established:
However, when I try to pull metrics/dimensions/segments, I get a 403 error:
I have developer access in Adobe Analytics, and I have successfully pulled data before (only using Oauth, not with JWT like this time)
Why would I not be allowed to pull data after a successful authentication?
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: