Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
There is no option to set the size, height or width of the pdf. The pdf generated is not in line with the original file.
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-events, I get the following error in postman: Invalid protocol: adobe+MY_CLIENT_ID. Any help would be greatly appreciated, since I'm a bit lost! Rafael
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 file extention?
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 specify which asset is "Editorial use only", which is not? According to License API reference (adobe.com), it doesn't say about "Editorial use only". Please help me about this.
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 content of the payload in the "old" format is present as the payloads JSON's child object called "data", and multiple other fields are present in the payload JSON beside it. Those other fields are seemingly HTTP request parameters. The biggest issue is that it seems that those new payload JSONs are being truncated to be 1024 characters long. This amount of characters is being exceeded even by just the data added to the payload automatically by `com.adobe.aio.aem` library in AEM when the event is being sent and this additional data added by the AIO itself. The trimmed JSON cannot be parsed by the AIO, which causes the runtime action to receive an empty event object. Is there any fix or a walk aro
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: Generate access token using client_id, client_secret and jwt_token POST method to convert HTML file to PDF, Here I need some guidance. So, here which url I can use from salesforce and pass it as a value of inputUrl. Here is the SS of postman and i'm doing same steps in my apex class: I really appreciate your help in advance..! Thanks, Hetal
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?
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.