Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
I have a folder in current directry, Inside this folder, there are multiple subfolders, each containing SVG image files.I need to populate the imageDropdown with a list of these SVG files.The dropdown should also display subfolders, allowing users to navigate and select SVG files from any subfolder within croquis.where the Users should be able to open the dropdown and see a hierarchical list of subfolders and SVG files.I'm getting this Error 48: File or folder does not exist. line: 1 -> $.evalFile("C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\Adobe-Ext-MYM\croquis)
Hello, I received a few month ago a mail from Adobe about JWT Deprecation.In the mail, it says :"some of your Adobe applications or integrations are using a Service Account (JWT) credential" However, documentations present in the mail seems to be related only to project we can found under :https://developer.adobe.com/console/projects But there is no explanation of what to do with technical accounts that we've created in :Any environment developer console -> Integrations -> Technical accounts Are theses account concern about this deprecation ? Regards,Grégory
Looking to build an integration to drive visibility into Enterprise usage. ie: which users are/aren't using their Creative Cloud subscription. Falling short on how to get event/usage data from the Adobe APIs. The Events.io Webhook service looked promising, but it appears designed for single end users, not getting all enterprise info. Can anyone confirm this is the case? Is there something else that exists to get usage/event data from Adobe CC for all users in an enterprise (Webhook or API)? Maybe we missed something here?
Is there a way I can print only the pages that are using a particular master page? My form has two different master pages.
Hello,I have build a Adobe Form using LiveCycle.I am facing a frustrating issue. My page have 6 subforms2 are positioned, working well.4 are flowed, have table, header & row.Out of these 4, first 2 are working fine, data is flowing to next page but the last 2 subform truncated the data, also the blank pages are coming between subform 2 & 3 and subform 3 & 4.Each and every setting of all 4 subform are same.I am unable to understand why first 2 flowed subforms are behaving differently and the last 2 flowed subforms are behaving differently. Subform, Table & Row:Allow Page Break within Content is checked.Pagination - Following Previous & Continue Filling Parent. Subform & Table:If Dataset Must Be Paginated - Blank Table:Repeat Row for Each Item - Checked Can someone please help me out to understand why last subform are truncating the data and adding blank pages.Thanks in advance. Regards,Prakhar
I am getting error message like this: Please verify that the credentials are correct. [Authorization failed. Technical Details: ['Could not verify credentials: 400 Client Error: Bad Request for url: https://ims-na1.adobelogin.com/ims/exchange/jwt/ Error: invalid_client Description: The client must have the exchange_jwt scope.']]
as my client requirement i wnat to setup commerce store in magento version 1.9.4.2, can anyone give me proper docs for that?
I am trying to use the Document Generation API from Adobe, using a external storage (blob storage azure) I am following the guide, but am receiving no response when I post to the APII am trying to use the Document Generation API from Adobe, which takes request body{ "input": { "uri": "", "storage": "BLOB" }, "output": { "uri": "", "storage": "BLOB" }, "params": { "outputFormat": "pdf", "jsonDataForMerge": { "customerName": "Kane Miller", "customerVisits": 100, "itemsBought": [ { "name": "Sprays", "quantity": 50, "amount": 100 }, { "name": "Chemicals", "quantity": 100, "amount": 200 } ], "totalAmount": 300, "previousBalance": 50, "lastThreeBillings": [ 100, 200, 300 ], "photograph": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP88h8AAu0B9XNP
We have a paid PDF Service API license subscribed via AWS Marketplace and been using Node SDK and JWT credentials to make API calls. This is the original code before migration: const credentials = PDFServicesSdk.Credentials.serviceAccountCredentialsBuilder() .withClientId(JWT_CLIENT_ID) .withClientSecret(JWT_CLIENT_SECRET) .withOrganizationId(ORG ID) .withAccountId(ACCOUNT_ID) .withPrivateKey(PRIVATE_KEY) .build(); We found that we need to migrate to OAuth Server-to-Server credential so we followed the steps and created new credentials and our code now looks like this: // NEW_CLIENT_ID and NEW_CLIENT_SECRET came from the new OAuth Server-to-Server Credentials const credentials = PDFServicesSdk.Credentials.servicePrincipalCredentialsBuilder() .withClientId(NEW_CLIENT_ID) .withClientSecret(NEW_CLIENT_SECRET) However, after a few days we started to receive this error "Either quota for this operation is not available or Free T
Hi,Maybe a dumb question but we have API calls using the "Authorization": "Basic " ... and does that mean that it does not make use of Service account (JWT) credentials? So such a process would not need to change when we migrate our Service account (JWT) projects to OAuth?Best regards,Filip
I tried to install this tool from web site(https://eclipse.adobe.com) or downloaded file but got error:An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Result of processing steps. OK OK Public key not found for 700e4f39bc05364b. OK I don't have firewall or anti-virus S/W issues. I used to install Eclipse 2021-12 with Java 11 and Maven 3.9.4 and didn't have any problem for installation of this tool. After I replaced old laptop with new one, I got the problem: - Eclipse 2021-12 or old versions: work fine for my project but can't install AEM Developer Tools;OR - Eclipse 2022-05 or later versions: can install AEM Developer Tool but can't run Update Project ... with Maven for my old projects. I switched Java from 1.8 to 11 to 15 and Eclipse from 2021-09 to 2022-06 to&nbs
I'm having issues accessing developer console. Other colleagues are not having the same issue.url: developer.adobe.com/console Seeing message displayed below, but admin console is configured correctly. Access deniedYou don’t have Developer role permissions to access the organization on the Adobe Developer Console.
When we do authentication for AEP Api and use post man for testing calls . What is the cost involved in testing postman api calls.?
Hello, Some of our clients are using Adobe. The clients will need to integrate with our system via REST API. I want to test how Adobe can define a connection with our system. This article seems the right place I should go: https://experienceleague.adobe.com/docs/journeys/using/data-source-journeys/external-data-sources.html I want to try the External Data Source setup to better understand the details. May I know if there is a sandbox is ready for this purpose?BTW, I have just created my account on Adobe; however, I don't have permission to do anything after logging in. It shows me:It seems that your Adobe ID is not linked with your Adobe Experience Cloud solution accounts.Please get in touch with your Org Administrator or Adobe Enterprise Support.Do we have to have Adobe Cloud solution account in order to try this feature? We are third-party service provider and we don't have Adobe Enterprise account. Any other option we can try the External Data Source connection?
i am getting error while accessing API for cloud Manager - Adobe IO cloud Manager project has been setup in Adobe IO console works fine using Postman and getting expected response on the API call.When i tried to replicate same in JS Code/Fetch call, getting below error has been blocked by CORS policy: Request header field access-control-allow-methods is not allowed by Access-Control-Allow-Headers in preflight response.
Hi, I need to get the list of pages where my external links are in invalid state in aem cloud. I am trying to get the same using query , as I am bit new to this query builder , I am stuck. Also I can't enable the reffer in system/ console , as I am not having access to that.Can anyone suggest or give solution to this.Thanks in advance!
We're developing a creative cloud plugin targeting Premiere Pro. As we get closer to finishing our product, questions are starting to arise on distribution and we are very confused on who to talk to or how to distribute the react app we're building. Does anyone have any advice on how to set this up?
Hi, I'm using API mesh to configure my 2 endpoints - AEM & Magento. I'll be querying 1 endpoint through API mesh to merge the content into my react code. I just wanted to check if there is a possibility to cache the endpoint calls & their responses? Thanks,
Hi All, Can anyone help me to understand if the below requirement from a customer can be achieved. Whenever a 3rd party system calls an API mesh and API mesh calls another 3rd party system where Adobe commerce is no where involved1) Can the response be transferred to a 3rd party system ( through API) for logging using API Mesh inbuilt features or I/O Runtime or APP Builder 2) Auto retry of the same API mesh if its a failure. Thanks, Arun.
I tried to get this info from image directly with twelvemonkeys libraries but it crashed my bundle. Can I get this info from metadata? Thanks.
Hello,I'm trying to connect to AEM Assets cloud service instance in my Workfront Fusion scenario. I'm using the connection type "AEM Assets as a Cloud Service". After downloading the service credentials from the developer console and adding those in Fusion AEM Assets module I'm getting the below error. I would appreciate if anyone have successfully used the AEM Assets module with Cloud Service and can suggest what is the issue in my case. Failed to verify connection 'My AEM Assets as aCloud Service connection'. Function 'wt' finished with error! error:108010C:DECODER routines::unsupported
How to receive Asset Event of Adobe XDM Event Model structure instead of AEM Event?XDM Event Model structure such as:{ "@id": "82235bac-2b81-4e70-90b5-2bd1f04b5c7b", "@type": "xdmCreated", "xdmEventEnvelope:objectType": "xdmAsset", "activitystreams:to": { "xdmImsUser:id": "D13A1E7053E46A220A4C86E1@AdobeID", "@type": "xdmImsUser" }, "activitystreams:generator": { "xdmContentRepository:root": "https://cc-api-storage.adobe.io/", "@type": "xdmContentRepository" }, "activitystreams:actor": { "xdmImsUser:id": "D13A1E7053E46A220A4C86E1@AdobeID", "@type": "xdmImsUser" }, "activitystreams:object": { "@type": "xdmAsset", "xdmAsset:asset_id": "urn:aaid:sc:us:4123ba4c-93a8-4c5d-b979-ffbbe4318185", "xdmAsset:asset_name": "example.jpg", "xdmAsset:etag": "6fc55d0389d856ae7deccebba54f110e", "xdmAsset:path": "/MyFolder/example.jpg", "xdmAsset:format": "image/jpeg" }, "activitystreams:published": "1970-01-01T01:00:00.000+01", "@context": { "activitystr
i need to know how nodes are created under /var/taskmanagement/tasks/configurationthe values of this are storing there and. it is possible when we publish page it neeed to create node on target.i need to what is an exact use of this
In Adobe Cloud Manager code quality scan I am getting 10 critical bugsCurrently I am using below versions of affected JARs:1. asset-hub:asset-hub.ui.apps:1.1.72. adobe/consulting:acs-aem-commons-ui.apps:4.10.03. asset-share-commons:asset-share-commons.ui.apps:1.9.4Note: All 3 of the above are installed as packages in CRX. There's no entry in pom.xml for any of the files. Things I tried so far to fix issues:1. @SuppressWarnings wherever the interfaces are being declared in code2. Upgrade core.wcm.components to version 2.17.12But none of it is working.Please let me know if someone knows a way to fix this. Thanks,Manasi Samant
Hi could anyone help me in tracking a button click.I have a E-com website, I'm trying to track many people has clicked the Add to cart button from Wishlist page. How do I track them?
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.