Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 12/6/22
    I call api by postman then i have error.   and api status   I don't understand where the error is.

    Views

    723

    Likes

    0

    Replies

    3
  • 12/5/22
    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...

    Views

    512

    Likes

    0

    Replies

    1
  • 12/1/22
    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...

    Views

    541

    Like

    1

    Replies

    1
  • 11/14/22
    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 ...

    Views

    595

    Likes

    0

    Replies

    2
  • 10/27/22
    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...

    Views

    2.3K

    Likes

    0

    Replies

    4
  • 10/14/22
    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...

    Views

    622

    Likes

    0

    Replies

    2
  • 10/13/22
    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...

    Views

    605

    Likes

    0

    Replies

    2
  • 10/7/22
    I need to know who created a project in the developer console.  Is there an audit trail / log that shows who created the project?

    Views

    891

    Likes

    0

    Replies

    5
  • 10/4/22
    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...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 9/30/22
    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...

    Views

    922

    Likes

    0

    Replies

    1