Getting Profile is not valid error when using API 2.0
Hi All,
I'm trying to integrate adobe analytics 2.0. I have successfully got my access token and globalCompanyId according to this document:
However, whatever codes I use to get access to the report suite (https://analytics.adobe.io/api/XXXXX/users/me && https://analytics.adobe.io/api/XXXXX/reports ), it keeps return:
{
"error_code": "403025",
"message": "Profile is not valid"
}
I have admin accessibility of our adobe analytics account and there are available data inside the report suite.
Is there anything I need to do to enable the profile? Or any suggestion?
Thanks a lot.