Hi all, 👋
Wondering if there is any help on what I might be doing wrong, I am building an app and have implemented the OAuth with the following scopes when i user signs in and adds the app. The scopes are read, activity:read, activity:read_all and activity:write
I can use the token that I get to get a list of all my activities, but when I try to get the activity using an ID returned from one of my activities in the list I am receiving the following 401 error.
"field": "Not allowed to view unauthenticated activities",
What I don't understand is the activity is not hidden, or private, it is available to everyone.
I am confused why I would be getting this error.
Any help or guidance as to why I might be getting this error would be appreciated.
TIA