At some point in time, the format of the payload displayed in the event registration's debug tracing tab and delivered to the runtime action has changed. Older registrations still deliver the payload in the "old" format, while newly created registrations deliver it in the new format. In it, the cont...
Hi, I'm doing integration between Adobe PDF Service and Salesforce using APIs. Our main goal is to convert HTML file (i.e. stored in one of salesforce standard object 'ContentDocument') to PDF and stored that generated PDF file back to salesforce. I have performed below steps in my apex class: Gene...
Hi, I use Pdf Embed API, I set showCommentsPanel: false and I use annotation API (enableAnnotationAPIs: true). When highlighted text is clicked then there is displayed Add a comment option in Highlight menu. I think, it shouldn't be there if comments panel is hidden, because it does nothing in that ...
Hi community, from the documentation https://developer.adobe.com/runtime/docs/guides/#lets-talk-numbers--understanding-the-system-settings here it's specify a limit for Payload and Result in 1MB. It's also specify if you need more, the customer need to consider S3 Bucket. There is other way to in...
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...