Attention: The Runtime, Events, Console, and App Builder sub-communities will migrate into the larger Adobe Developer Community on September 27th. This migration of content will not impact functionality.
I am developing a plugin using Photoshop SDK.Clause 6.2 of the Adobe Developer Additional Terms (https://wwwimages2.adobe.com/content/dam/cc/en/legal/servicetou/Adobe-Developer-Additional-Terms_en-US_20210624.pdf) states:1. My plug-in should be in the Adobe SDK menu item, but not in the Some name me...
I need to automate y workflow by using sensei API for cutout and mask generation. I can upload and download the file using Java servlet doGet and doPut methodIn the curl i have specified the following"input":{"storage":"external","href":"https://<>com/download?fileName=/work/passport/adcd/test.jpg"}...
command --> aio cloudmanager:environment:list-variablesError:(node:13632) UnhandledPromiseRejectionWarning: FetchError: request to https://cloudmanager.adobe.io/api/programs failed, reason: unable to get local issuer certificateat ClientRequest.<anonymous> (C:\Users\ssss\AppData\Local\@adobe\aio-cli...
Hello,I am trying to use Adobe api to extract data from the PDF,I have created JWT and access token, and with this details if I call the extract service I got the errors,https://documentcloud.adobe.com/document-services/index.html#post-extractPDFthis is the api doc which I am following,I am using th...
It looks like the Admin Console has been updated recently so that one must specify the products a user is meant to be a developer for. This seems like a great new addition instead of giving blanket access to all products the user has access to, but now it appears that some of the products which our ...
I am trying to learn something here:https://www.adobe.io/apis/experienceplatform/console/docs.html#!AdobeDocs/adobeio-console/master/services-add-api-jwt.md and it says "If you have completed development on your project and are ready to submit your application for approval, please read the project a...
HiHow to uses Adobe PDF Embed API AMP POST Adobe PDF Embed API not working AMP POSTHow to fix in this problem please tell meMy website I am using in this code <div id="adobe-dc-view" style="height: 360px; width: 500px;"></div><script src="https://documentcloud.adobe.com/view-sdk/main.js"></scri...
I am trying to do some api calls to assign users to groups. It looks like I successfully get the access token, but when I run the following call, I get the error. curl -X POST -H "Content-type: application/json" -H "Accept: application/json" -H "x-api-key: ${api_key}" -H "Authorization: Bearer ${ac...