Hey @SaurabhCh , Collection Reactor API, you need to modify your API request to filter the libraries based on their publishing dates. The basic API endpoint you're using (https://reactor.adobe.io/properties/{PROPERTY_ID}/libraries) fetches the libraries associated with a specific property, but witho...
Hey @kaji, To add the User Management API in the Adobe Developer Console, your account needs specific permissions beyond just being a system administrator. The ability to access and manage APIs, especially those related to user management, typically requires administrative privileges at the organiza...
Hey @JanTa1, The error you're encountering while trying to connect the Star Wars API (SWAPI) to API Mesh suggests a few potential issues, particularly with how the OpenAPI handler is being used in your mesh.json configuration.The SWAPI, as available at https://swapi.dev/api/, is a RESTful API but it...
Hey @SumiKo1 ,When you encounter an issue with the authorization process in Adobe Lightroom Services, particularly related to the Client ID and Client Secret, there are several potential factors and steps to consider for troubleshooting:Double-Check Client ID and Client Secret:Ensure that you have c...
Hey @adilakshmi,The issue you're encountering with Adobe Experience Manager (AEM) when performing bulk asset searches using the GET method is due to the inherent limitation in the length of URLs in HTTP GET requests. When you select a large number of images and documents, the query string appended t...
Hey! I recommend logging the problem area to identify which attribute and product is causing the error. The TypeError: Illegal offset type error in the EavAttribute.php file within your Magento 2.4.5-p2 installation, particularly concerning the swatches module, indicates an issue with the data type...
I figured it out, to auth in to OpenWhisk need to use credentials for Adobe I/O Runtime.By default, these constants are named like this:- AIO_runtime_auth- AIO_runtime_namespace Regards,Eugene
I'm making a microservice using App builder.And for my logiс I use state const stateLib = require('@adobe/aio-lib-state')
...
const state = await stateLib.init()
await stateLib.put('key', params, { ttl: -1 })
console.log('state info')
...In order for me to test (since aio-lib-state does not work ...