Skip to main content
Participant
September 25, 2023
Question

ClientID and ApiKey are not present in CCStorage AllowList

  • September 25, 2023
  • 1 reply
  • 341 views
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"
        }
    ],
    ......
            "rel": "http://ns.adobe.com/melville/rel/rendition",
            "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)
 
Do I miss something? I didn't receive any response from ccstorage-dev@adobe.com email.
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
September 25, 2023
Participant
September 25, 2023

ok, thanks

kglad
Community Expert
Community Expert
September 25, 2023

you're welcome.