hi, I'm doing research for our next project, we're thinking about using adobe IO to create REST API which will fetch specific asset (byte stream or just a url to asset) from the DAM based on some logic, like tags matching... What's the difference writing this as adobe IO web action and writing s...
I am trying to get a new JWT from AWS Lambda, using Node.JS. I have used the same Node.Js from examples that I am using locally on my MAC OSX. The local obtained JWT is ok, but when I try to get the same from AWS Lambda and use it to obtain the Token for Adobe PDF Services API, I obtain error: {"err...
I am new in the AIO world, so for my proof of concept I am using and modifying the CIF reference project commerce-cif-graphql-integration-reference, but I am trying to create custom configuration values to connect to a 3rd party REST API. The goal is to have separate values per environment, for exam...
Hello I have created project for Adobe Photoshop API (Trial) I have JWT token I am able to generate Bearer AccessToken properly. Following is the code : var client = new RestClient("https://image.adobe.io/lrService/edit");var request = new RestRequest(Method.POST);request.AddHeader("cache-control...
Hi all, I want to have a custom design editor for one of my javascript-based projects. where users can import the files and can edit the contents of imported files. The user should be able to import and export files programmatically.Also, the users should be able to create new design templates using...
Hi, I am using aem cloud below APIs but those are deprecated please suggest alternative APIs com.day.cq.dam.api.handler.AssetHandler;com.day.cq.dam.api.metadata.ExtractedMetadata; Thanks, Nagendra
Hosted the CIF reference graphql on Adobe IO and the result will be web actions:-> https://xxx-development.adobeio-static.net/api/v1/web/projectname/dispatcher-> https://xxx-development.adobeio-static.net/api/v1/web/projectname/cif-schemanon-web actions:-> https://xxxx-development.adobeioruntime.ne...
Hello Team, hope you can help me. We want to create a PDF collection via the API, to receive in the end a portfolio with signed and unsigned pdfs. at the moment we use the combinePDF process. the process will be initiated but on polling the status we receive an error "Source PDF is signed and cann...