• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
1

ClientID and ApiKey are not present in CCStorage AllowList

New Here ,
Sep 25, 2023 Sep 25, 2023

Copy link to clipboard

Copied

I'm working with Creative Cloud Libraries APIs.
I'm able to generate the tokens and request libraries and elements (https://cc-libraries.adobe.io/api/v1/libraries/urn:aaid:sc:VA6C2:8115b98a-6f0d-4534-8f79-727164c639b...)
 
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.
TOPICS
Cloud storage web assets , Libraries

Views

198

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 25, 2023 Sep 25, 2023

Copy link to clipboard

Copied

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 25, 2023 Sep 25, 2023

Copy link to clipboard

Copied

ok, thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 25, 2023 Sep 25, 2023

Copy link to clipboard

Copied

LATEST

you're welcome.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines