Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
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
Just wondering if its possible to use NextJS in place of React with app builder.
hi there, App Builder is only for Adobe Commerce cloud? or it is available for Adobe commerce (magento edition) as well?
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 building extension for illustrator, i face issues in debugging. for javascript code, i use breakpoints for debugging in vscode using the extendscript extension. but, the problem is with the html code. when i open first time the extension in illustrator, it works fine, but as soon as i change the content of the html, it is not reflected on the extension even after reopening the extension in illustrator. when i reopen illustrator completely, it works fine. is their any kind of cache issues? can anyone please guide me?
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?
App Builder Env missing AIO_runtime_auth='' AIO_runtime_namespace='' details if project is using React Spectrum template but it is not if using HTML 5 template why ?
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.
We are building an App Builder project utilizing a headless React single page application and because its single page routing occurs client side which causes a 404 error when the page is refreshed because the server does not know the route. Typically this is handled by changing the server config to always point to the index file of the React app but how do we handle this with App Builder?
When looking for an answer to this question, I've only seen recommendations for how you should manage the use of third party databases. Is there an database offering included with App Builder?@sarahxxu
Hi, I have my server setup on AWS EC2 with CentOS7. Node: V16.18.1 npm: V8.19.2 I have installed AIO cli successfully through terminal, however when I'm trying to do aio login - it asks for browser authentication which I'm unable to access in the EC2 machine. Eventually, the request times out after 2 minutes.
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
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.