Participating Frequently
January 12, 2023
Question
Creative Cloud Assets API issue
- January 12, 2023
- 4 replies
- 1434 views
Hello Everyone,
I am having some problems in using the API.
1. I am trying to get the Creative Cloud Assets' data using API. And I am able to get the basic info about the assets using {{baseUrl}}/api/v1/libraries/{{library_id}}/elements?selector=default.
However, to get the description, I need to use Selector = details. And I got 401 error. Do I need additional scope or do I need to add a certain API to my application?
2. The documentation on how to update an element is incomplete it seems. The path below is supposed to update the elements. However the documentation just says you have to pass string of element ids. What do I need to do to update a specific field like description or name of an element?
https://cc-libraries.adobe.io/api/v1/libraries/{libraryId}/elements/metadata
