Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Hi All,I have a use case where we have to hide/disable the "Quick Publish" option from the console in site manager. our use case is all the live pages has to go through the normal publish process which we get in editer window for publishing.Thanks in advance.Regards Abhishek A
Is there a developer portal or documentation I can refer to for more information on integrating Behance content into our website using the API?
I have a data in which creation date and processed data count available. Creation date is update with same date but different time. Processed count is updated based on time.I required like one date with sum of all processed count and Success count.please help on this.
Hi! I need help with a project that I created in Adobe Builder Console, which will be an extension. I used OAuth2 provider and I added it to the Stage workspace. In the deploy_stage.yml file, I saw that there is an "Auth" step and what variables need to be set in Github (see first image). I set all the variables in Github of the Repository secrets except for the one of KEY_STAGE. For this key, I can't find what value to add and from where, because I can't find a value for this variable in the OAuth details in the Adobe Console (see the second image). Where do I find the value for this key that I need to add? Thanks!
We are trying to get new refresh_token and access_token using existing refresh_token. Every time it returns the same refresh_token but less validity left. After sometime refresh_token will be not valid anymore.Can someone suggest how to generate new refresh_token with more validity. Note :- We have scheduled job which runs every 12hrs to generate new refresh_token and access_token using existing refresh_token
I have a requirement to have a table inside RTE component. I could have a table inside RTE but the table inside the RTE component is not responsive. is there any way to make the table responsive inside RTE?
Hey guys,Last week (6th of October) I tried the adobe photoshop 7-day free trial and the same day I cancelled my plan (I can prove it with a screenshot) , because it was too expensive for my budget.Today after I cancelled my plan, the price of the package still deducted from my account.I attached the screenshot of the cancellation confirmation email.
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.']]
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
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!
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.