Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
You and your teams might be usually on the go due to work, business conferences, meetings, and many other reasons. So, it might be difficult for you and your employees to stay in front of the desktop every time to stay up-to-date, access customer data, respond to incoming inquiries, manage conversations and incoming leads, and perform other operations from Salesforce.Being familiar with the ins and outs of the business, we don’t believe in restricting our customers to their work areas. So we’re about to show you how you can manage your business operations and perform actions in Salesforce irrespective of the location using the Salesforce1 mobile app. Read More
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 sling servlet (our team is java skilled, limited javascript/nodejs exposure) ? Thanks
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 configuration. I noticed that on overview website Add a comment option doesn't appear in highlight menu: How can I get the same effect?
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 incremet this limit? If the customer has a payload of 1.5 MB considering an S3 it's to much. Thanks a lot
Hello! We have a requirement where ServiceNow integrates with adobe to get customer's data (CCPA). In this process, the first step is to generate jwt token. For ServiceNow we need a rest api to be able to automate this process. I see we have rest apis for generating access token, submit access/delete requests and also to check job status. But there is no api to generate jwt token. From other thread (https://forums.adobe.com/thread/2640985), I could find a python script to automatically generate jwt token, but, ServiceNow cannot use a script. It requires an api. Is there anyway we can achieve this automation using java or a rest api? Has anybody ever tried to integrate from ServiceNow? Also, wondering why adobe doesn't have an api for jwt generation?
I need to know who created a project in the developer console. Is there an audit trail / log that shows who created the project?
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: {"error_description":"JWT token is incorrectly formatted, and can not be decoded.","error":"invalid_token"} Any advice? Thanks
We were doing some testing last week on with creating a User Management API in the Adobe Developer Console. However, we have lost some of the keys that were created during the process. We came back this week to access that information or create a new project with a new API, but selecting a new User Management API is now unavailable. Is there any way to clear or delete our projects, get access to create a new User Management API, or access the keys that were already created from our original API test? Thanks,Andrew
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 that editor. so that the templates can be used and modified later on by other users.Like the user can create a template with multiple layers for name, phone, and other icons and elements which can be changed by some other users later on.The custom editor should be able to import the following file types .ai webp png jpg etc is that possible? which one is the best option to achieve this functionality?
I fully understand why Adobe would not want to make it easy to delete Projects given there are downstream integrations that could be affected, but the inability to delete and manage anything in the interface is entirely frustrating. As far as we can tell, even accidentally clicking "Create New Project" gives you a permanent project even if you have done nothing within it in terms of hooking to any other tools. Long term management is very frustrating, sunsetted integrations you can never manage, etc. How is everyone handling this? Thanks for any assistance.
Any idea, Do we have API available within AEM that can help us to convert page.html into pdf without loosing design and layout.
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.net/api/v1/projectname/cartTo view your deployed application:-> https://xxx-development.adobeio-static.net/index.htmlTo view your deployed application in the Experience Cloud shell:-> https://experience.adobe.com/?devMode=true#/custom-apps/?localDevUrl=https://xxx-development.adobeio-static.net/index.htmlskipping publish phase...Successful deployment 🏄 On configuring the end point in AEM , what's the url need to provide as graphQL end point I am giving https://xxx-development.adobeio-static.net/api/v1/web/projectname/dispatcher as end point , i am getting error like Caused by: java.lang.RuntimeException: GraphQL query failed with response code 400a
Hi Here is my requirement where am using headless app, post invoking I want to push data to Adobe campaign classic through acc-js-sdk but in this sdk canvas module has been used so when I run aio app deploy/run I am getting below error.so now in order to support canvas.node file I need to use node-loader but am not able to find webpack.config.js file to update so is there any way I can resolve this? @sarahxxu Can you please help? ThanksNaveen
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
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 cannot be processed.; transactionId=xxx" whats our mistake? Is there a different command for creating a portfolio? Using the same files in Adobe Acrobat it is fine. Thanks for help!
Upon upgrading to Magento 2.4.4 schema in IO connector which connects Hybris and CIF throws error which is hosted on Apache Openwhisk server. Error : The action produced a response which exceeds the allowed length : 1092959 > 1048576 bytes. Truncated response is not valid. The response was working fine with Magento 2.4.3 schema.
any idea why i get this error when i try to open an adobe io project in experience cloud shell. i can access the application with direct link. Any insight is greatly appreciated !
Hey there, dear readers!Yesterday i happened to run into a problem regarding the credentials when changing/switching workspaces.I tested around a bit and am now able to reproduce the problem. When creating a new project for App Builder (in Dev Console) I go on with adding the services that I want to use in my project. For now that would be the - api-mesh (Services -> add API -> API Mesh for Adobe Developer App Builder) and then the - I/O Management API (so that I can create an event provider and try out the functionality to throw custom events so that I can then consume them using actions...) Whenever both of those are added in one workspace i can no longer "use the workspace" as the configuration "is broken". It doesn't matter whether I download the config myself using the "Download All" Button in the developer console or the cli command aio app use. Both throw the same error (which makes sense as the config would be the same either way. Here the Erro
I've been trying the whole day (2 August 2022) to exchange my JWT token at https://ims-na1.adobelogin.com/ims/exchange/jwt/, but keep getting HTTP 500 Internal Server Error. I've faced this problem with 2 different projects, both of which have valid client IDs and secrets. I even generated new JWT tokens with my private key, but still kept getting back the error. Yet, I don't see any issues/problems at https://status.adobe.com/products/1675. Is anyone else facing this 500 Internal Server Error problem when exchanging JWT tokens? If it's indeed a problem at Adobe's end, how long will it take to be resolved?
Hi, I'm currently not possible to change the memory limit of my action, see me "app.config.yaml":application: actions: actions runtimeManifest: packages: temp: actions: test: function: actions/test.js web: yes runtime: nodejs:14 limits: memory: 512 Do the docs are lying, it's a bug, or it's an account limitation?https://developer.adobe.com/runtime/docs/guides/using/system_settings/https://developer.adobe.com/app-builder/docs/guides/appbuilder-configuration/#runtime-manifestFor example, the "timeout" option is working well.
Hello, I am researching Adobe App Builder and I am working with a sample ToDo app tutorial: https://developer.adobe.com/app-builder/docs/resources/todo-app/ This app is using IMS profile and allows to create user todo list. When I run this app with aio app run it shows me two options to view my deployed application: via localhost and via experience.adobe.com When I open the app via experience.adobe.com domain I have the IMS profile available (I am logged in to the site) and the app works fine but when I access the app via localhost this is not available which means that I can not work on the app this way. My questions:1. How should I work with this locally? Should I only use the app via https://experience.adobe.com/?devMode=true#/custom-apps/?localDevUrl=https://localhost:9080 url ?2. Is there a way to provide user context to the local env ?3. How could we automate testing apps build for App builder? I just wonder how could we set up Cypres
Hi Can someone give me a high-level overview on what the process is for building a new tool in adobe Illustrator? If it's even possible. As an example: I want a new tool that looks similar to the direct selection tool icon sitting over in the tool pallet. I'm calling this tool the "Zero distance tool". When I select this tool and click an anchor point from two different object it'll move the objects such that those anchor points are exactly on one another. I don't need programming help unless it's relevant. I'm experienced programming in C++ and JavaScript. I do not understand the workflow for building a tool like this. Thank you.
Hello, I am working with Adobe App builder and sample todo app code base: https://developer.adobe.com/app-builder/docs/resources/todo-app/I deployed the app using aio app deploy and now I am trying to view logs for my actions - to do that I run aio app logs --tail -v and then I am invoking my action using postman passing X-OW-EXTRA-LOGGING header set to on but I can not see any logs in the console. Is that expected? How can I access the logs of the deployed action?
Hi All, I have created a simple application using aio CLI but when I am running aio app deploy Only static files are getting deployed but not the action to the runtime environment. √ Built 1 action(s) for 'dx/excshell/1'√ Building web assets for 'dx/excshell/1'√ Deployed 1 action(s) for 'dx/excshell/1'√ Deploying web assets for 'dx/excshell/1'Your deployed actions:web actions:-> https://323801-aemseismicassetsync-stage.adobeio-static.net/api/v1/web/dx-excshell-1/genericTo view your deployed application:-> https://323801-aemseismicassetsync-stage.adobeio-static.net/index.htmlTo view your deployed application in the Experience Cloud shell:-> https://experience.adobe.com/?devMode=true#/custom-apps/?localDevUrl=https://323801-aemseismicassetsync-stage.adobeio-static.net/index.htmlNew Extension Point(s) in Workspace 'Stage': 'dx/excshell/1'Successful deployment Any suggestion what is going on wrong
Hi, I've been enjoying the PDF extract API, but I've noticed that it's charging me more units than I've been calling the API. For instance, just now I made 3 extract api calls, but it cost 7 units. Why? Also, I'm currently doing the trial version that comes with 1000 free units. I certainly don't want it charging me more than what I'm using it for when it begins to actually cost me money.... Thanks!Matt
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.