Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Can someone help with classification regex value for the below : year|2023,model|tundra,trim level|limited crew max,driveline|4x4 i-force v6 10at... View more
I am trying to send PDF files for signature from Experience cloud using this URL: <a href="/apex/echosign_dev1__AgreementTemplateProcess?templateId=<templateId>">Click here to get documents for sign</a> The template has all the correct files, it is set to auto send and works perfectly when used as a URL in a Quick Action. But gives an error when the link is clicked from the Commmunity site. What could be wrong? P.S. Its my first time working with Adobe Esign and Salesforce Experience cloud.
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.']]
I need to install WKND Site in AEMaaCS so I downloaded the packages from https://github.com/adobe/aem-guides-wknd/releases/tag/aem-guides-wknd-2.1.4 and tried to install through package manager but I ended up with "Package (or it's subpackage(s)) contains application content which isn't supported at runtime". Looks like it is not possible to to install mutable content. I think it will allow to deploy through cloud manager but I dont have want to create a new repo for just installing WKND. Can I embed this WKND and deploy on the same code repo ? Any other option available to install WKND Site on AEMaaCS?
Will there be any billing associated for testing postman API calls after AEP authentication. We have a company sandbox , so please let us know till how many request we can make.
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&colon;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 ?
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.