I'm working with Creative Cloud Libraries APIs.
From elements response, for example I choose one:
{
"id": "abb9220f-5076-4188-bcdc-93c12a7b0800",
"name": "FJG-Landing Page.V6",
"storage_used": 381541,
"type": "application/vnd.adobe.element.image+dcx",
"roles": [],
"thumbnail": {
"type": "href",
"elementType": "application/vnd.adobe.element.image+dcx",
"elementId": "abb9220f-5076-4188-bcdc-93c12a7b0800"
},
"groups": [
{
"id": "ec8fe2e0-f615-47b0-b6da-065a4ad97e22",
"name": "Dev_FJ2",
"classifier": "$default",
"order": "h"
}
],
......
"templated": false
},
........
}
}
and I'm getting the following error message:
{ "reason": "forbidden",
"message": "ClientID and ApiKey are not present in CCStorage AllowList. Please contact Storage Service team ccstorage-dev@adobe.com to get it added." } I added all the scopes I saw in docs to the token (openid,creative_sdk,profile,address,AdobeID,email,cc_files,cc_libraries)