I am able to connect to adobe API using JWT. while i try to send a JSON response using POST via requests , I get back below response where all the data is coming across as zero's .not sure wht the issue is , would be great to get a response on this front !!. 'rows': [{'itemId': '1210001', 'value...
Hi Adobe I/O team, I'm following your introduction to Adobe I/O Events Webhooks guide as I want to trigger a webhook call on certain events. However, every time I try to enable consent, as described here: https://github.com/AdobeDocs/adobeio-events/blob/stage/intro/webhooks_intro.md#receiving-even...
Hi team, we're now building the app of Adobe Stock, letting employees to download the asset from our company's account. We don't want our employees to use the asset which is "Editorial use only" (e. g. Editorial Images – Browse 854,123 Stock Photos, Vectors, and Video | Adobe Stock ). How can we spe...
Hi team, since some Adobe Stock assets have several types of file extention(e.g. ai, jpeg, etc), I want to specify it or download all the files on the asset page when via Adobe Stock API. However according to Stock APIs (adobe.com), it only offers size parameter. Is there any option parameter of f...
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...