Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Hi everyone,I'm developing a plugin for InDesign that includes a pre-export check. If a certain condition is met, I want to display a dialog box prompting the user to confirm or cancel the export.The functionality works as expected up to the point of user confirmation. I've been unable to find a way to abort the export if the user chooses "Cancel."Does anyone have experience with interrupting or cancelling the InDesign export process through plugins? Any insights or suggestions would be greatly appreciated!
How can we push AEM (AEM as cloud) logs to Microsoft Application insight automatically?
We are trying to create an application where we can get vector images automatically packed for our motion designers. When we are trying to integrate with Stock API I am not able to select any Server to Server OAUTH which I assume does not exists. In our case are not able to implement normal OAUTH flow for the users. Everything will be handled at backend. What would be the correct way to do this using 1 master account?
Can anyone share ho to setup and configura dispatcher in AEM cloud. ?
ERROR* [HealthCheck Query Performance] com.adobe.granite.queries.impl.hc.QueriesStatusHealthCheck Could not retrieve QueryStats MBean Hi ,Facing this issue on publisher instance. How to resolve this ,can someone please help me. Thanks
I am facing issue with touch swipe functionality which i have implemented.I have 3 images in Carousel for 1 image i have authored link. when i am clicking on the image it is moving to next image in the carousel. once carousel reaches last image then page redirecting is happening. but that page redirection need to work for 1st but once reached last image in the carousel then page redirecting.This is code i have written for touch swipe functionality handleTouchStart = (e: React.TouchEvent<HTMLDivElement>): void => { this.setState({ startX: e.touches[0].clientX }); }; handleTouchMove = (e: React.TouchEvent<HTMLDivElement>): void => { this.setState({ endX: e.touches[0].clientX }); }; handleTouchEnd = (): void => { const { startX, endX } = this.state; &n
Good morning,I have a question regarding the dwonload of images through this API:https://stock.adobe.io/Rest/Media/1/Files?ids=193103006&result_columns[]=comp_url&result_columns[]=width&result_columns[]=heightIn this case I have an image with watermark and with a 1000px of width.If I call this same url and I subscribe an Enterprise plan the image will be full sized and without watermark?Thank you!
Hi experts,I was wondering whether there is a way to access attributes from an object type DataElement using the percent syntax? Let's say you have this data element that may contain an unspecified list of attributes// sample data element "myDE" return { "hello": "world" }; Now, is there any chance to use this in XDM, constant data element, etc.? %myDE.hello% just returns "%myDE.hello%" since it does not seem to successfully resolve the expression. I mean the implications of having this feature would be huge since you could save a ton of unnecessary data elements, likely with additional code if you could just map to a result of one single preprocessed data element. Cheers
Hello, I am working on creating OAuth credentials so that ServiceNow can connect and pull the user subscription information of the adobe products related to my organization. I shared ClientID, ClientSecret and Organization ID but they are asking to provide instance name in the format: https://<instancename>.adobelogin.com Which one should I share , I only aware of adminconsole url. below are the links they shared with me:https://docs.servicenow.com/bundle/utah-it-asset-management/page/product/software-asset-management2/concept/integrate-adobe-cloud-oauth.htmlhttps://docs.servicenow.com/bundle/utah-it-asset-management/page/product/software-asset-management2/concept/integrate-adobe-cloud-oauth.html#create-adobe-cloud-oauth
Hi, we need to enable this Production access to the Photoshop API for project creation. Despite we accessed with the ultimate admin user, it does not let us create it, and it claims it is because of permissions. Can we fix it? how can we enable those permissions if not even the ultimate admin user can access? Thanks!
Hi, We need to increase our API Quota to a couple thousand or even more, but it limits us to 500 units. How can I increase my API quota, then? And what is the pricing? Thanks.
Curranty we are using JWT credentials in our project to extract content from pdf to xlsx. Its working as expected.However we now got a new OAuth credentials to migrate from jwt to OAuth. But its not working as previous functionality, Because in jwt credentials when i given a 50 page of pdf to extract it will give result of single xlsx with all details. But in OAuth credentials if i given only single page of pdf also its result as multiple xlsx. Not able to extract single xlsx like previous, I don't know iam i doing anything wrong, I did all properly and got a response properly. But the response is not like jwt, Any one please help on this?Iam using dotnet and postman also i got same response.The code which i used is attached. I used valid client id and client secret.
current state is EDDL (client-side data layer). In case if we're to move to server-side data collection, would client-side data layer be useless? if not, how and in what ways it serves?
Hi everyone, I have a problems with the acceso to the API Asset Compute, someone knows what access I need to can edit this project? Regards,Diego P.
Received an email stating Adobe is deprecating the Service Account (JWT) credentials in favor of the OAuth Server-to-Server credentials, and that we have a project affected by this and the (JWT) credentials need to be migrated to use the OAuth Server-to-Server credential. I completed step 1 to add an equivalent OAuth server-to-server credential to my project, then generated a required access token. However, the application I'm trying to connect to Adobe from is asking for a Private Key. And I don't see anything under credential details for this. Where do I find this last piece so I can test?
is it possible to wite multiple AND OR logical operator in aem 6.5 graphQLquery getOfferList($path:ID!,$country1:String!, $country2:String!, $country3:String!, $country4:String!){offerList(filter:{_path:{_expressions:[{value:$path_operator:STARTS_WITH}]}Country:{_logOp:OR_expressions:[{value:$country1_operator:EQUALS},{value:$country2_operator:EQUALS}]}_logOp:ORCountry:{_logOp:OR_expressions:[{value:$country3_operator:EQUALS},{value:$country4_operator:EQUALS}]}}){items{CountryTitlestartDateendDate}}}
I need a form with the format like below. Page1:Header with first XML Node <Header>Table1Table2 Page2 --- If Table content flows to the next pageSame Page 1 Header Table (Cont...) Page2 --- If Table content didn't flow to the next pageHeader with second XML Node <Header>Table1 under second XML Node <Header>Table2 under second XML Node <Header> XML Format:<?xml version="1.0" encoding="UTF-8"?><Output><Header><Data1>1</Data1><Data2/><Datan/><Table1><Item></Item></Table1><Table2><Item></Item></Table2></Header><Header><Data1>2</Data1><Data2/><Datan/><Table1><Item></Item></Table1><Table2><Item></Item></Table2></Header></Output> With the current setup if the table content flows to the next page the same header is not coming. If anyone knows
I am trying to gain access to the Firefly API for a generative fill use case for my company. In the developer console, it's not available to me. How do I sign up? Thank you!
How we can create account on credential manager and what we have to choose in candidate type if i am an employee of adobe broze partner??
I received this from Adobe ---- "What is happening?This is a reminder that Adobe is deprecating the Service Account (JWT) credentials in favor of the OAuth Server-to-Server credentials.Who is impacted?We have identified 1 of your projects on the Developer Console that use the Service Account (JWT) credential and need to be migrated to use the OAuth Server-to-Server credential.What action needs to be taken?To ensure that those integrations and custom applications continue to work, an IT/Development team in your organization must update them to use the OAuth Server-to-Server credential." Is this referring that one has to use the named account instead of a generic service account? Can anyone explain what the message is?
Hello - I have some queries (please see below) related to Project migrations to OAuth. 1. No history or logs of this project1 were found. I am not able to find any information about this project1. who created it and for what purpose? (Got the mail from adobe to migrate this project to OAuth) 2. Can you provide us any history or logs related to this project? So that we can take right decisions.Thanks -IT
Hello -- I'm an Adobe employee, I've received the email with the above subject dozens of times. I've followed the steps included, and I keep receiving the email. Other Adobe employees are also experiencing this because they've begun asking for my support on it as well. Is there a solution? The emails are annoying, and I want to make sure I don't lose any access, but I've already followed the included steps several times. "You are receiving this email because you are an administrator on the xyz organization..."
I need to get the content fragment response with different AND OR logical combinations in graphQLExample : Return CF response when the below condition matches (Language = english) AND (((countryOrigin = IN) AND (countryDestination = US)) OR ((countryOrigin = " ") AND (countryDestination = AU)) OR ((countryOrigin = JP) AND (countryDestination = " "))) AND (startDate >= 01/02/2024) AND (endDate <= 03/04/2024)
Hi. We current are using Service Account (JWT) with Adobe Sync Tool setup on a local server that syncs users based on the user-sync-config.yml and connector mapi file as per below: I assume from the instructions below that i just complete the First Step and automatically expect the API connections to work as per normal? Please correct me if i am wrong.
Basically, I have a query where only the projects in the developer console which uses JWT will be affected or even the custom applications where we use “io.jsonwebtoken.Jwts” for generating JWT token will also get affected by this change.Please clarify.
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.