Hello,I have a oAuth problem.The error code is below.{"message":
{"error": "invalid_request", "error_description": "The access token has
not been permissioned to access Adobe Analytics"}}I'm trying to use
Adobe Anlytics API on Lambda with phyton.Program code is below.import
osimport jsonimport datetimeimport requestsimport boto3from
boto3.dynamodb.conditions import Key, Attrdynamodb =
boto3.resource('dynamodb')aa_user = os.environ['aa_user']aa_secret =
os.environ['aa_secret']aa_rsid = os.environ...