Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
I have a requirement where i need to pull data about agreements as a batch job. can you help me with documentation on what kind of auth should be done here and any reference document?
Hello,Need clarification on following queries related to API Mesh:1. Can we fetch internal logs of the API mesh. For e.g. what was the request payload sent to the source systems (Open API, GraphQL, JSONSchema)2. Is the request payload visible if we enable includeHttpDetails option in mesh configuration.3. Could we get details regarding licensing report. Is license bundled when we procure license for AEM as Cloud Service or Adobe Commerce.4.Is there is any Rate limitation. How may number of maximum requests can be sent say per minute, per second.5. Do we need to submit the Project (App Builder) for review to use API mesh for Production usage.6. Is retry support present in API Mesh? 7. Dashboards available for monitoring API mesh.
I'm trying to add some custom JavaScript via Adobe Target for an A/B test. I have a simple countdown timer in JS that runs great via my codepen. The problem is that it seems that Adobe Target loads the experience a bit late. Due to the need for page load improvements the Adobe Target script is implemented in the <body>, not the <head> of the site. (Yes, I know.. but I'm just a small cog in the machine.) Are there any trick or techniques that I can use to get the script to load more efficiently? I've tried a MutationObserver, 'window.onload = function()' and DOMContentLoaded - but nothing seems to help. The timer outputs like this when running via Target:When it should be like this based on my script: Any insights on a solution is appreciated.
I am completely new to SCIM API.Need your help in setting up and getting the entitlement metadata via SCIM API from sailpoint and fetch it in Postman.Any dummy code would be very helpful which I will edit as per my exact need.
Hello,I need to disable module output for the Magento_banner module. I'm tried to disable the module output using the DevDocs reference link, Also I have followed the same step as per the given reference but it is not working.I'm using the Magento Commerce cloud 2.4.3-p1 version.I followed the same step and tried to check the while running below commandphp bin/magento config:show advanced/modules_disable_output/Magento_bannerAfter running the command I got the below errorNote: I also checked with a fresh Magento setup(version 2.4.4) but did not work.
I am trying to pull reports from Data Warehouse that use multiple breakdown dimensions, including segments, but am not able to add segments as a dimension. Found this old thread suggesting it is not supported in Adobe Analytics 1.4 API, is that still the case? If it is still the case, how could I use Adobe Analytics 2.0 API to get the same reports with multiple breakdowns including segments as a dimension?
Sorry for such a basic question, but I cannot seem to find the appropriate API to use to download images from a user's cloud documents/libraries. Is this possible? If so, what API should I be looking at? This is for an external program to be able to dynamically pull in images for further composition outside of Adobe.
How to update and change existing customer address data using CSV.Also I have tried importing customer data using CSV but it creates a new address and not an existing address.system->import->customer addresses->Add/Update Complex Data.Then I import the data and check in the admin panel for the customer for whom address has updated.But there the new row gets added and i want updated from the exist address only.So this is possible to update address without existing new address row?
Hey, Trying to automate offboarding and am using UserAction.remove_from_organization(delete_account=False). When deleting users from the Admin Console you get prompted to transfer contents, is there any way to do that from the umapi-client?
Hi, could you please help me with the following? I created and App Builder project and added Asset Compute API to it with OAuth Server-to-Server credentials.When I try to call https://asset-compute.adobe.io/register , I get the following:{"error_code":"403025", "message":"Profile is not valid"} I specify the following headers in the service:- x-gw-ims-org-id - IMS ID of my organization (36D...01@AdobeOrg)- x-api-key - the API key from the credentials- Authorization - the bearer token generated from the credentials I also tried it with the GWT token and got the same result.I have "Developer" profile in the console. Can anyone suggest how to overcome this error?
Amazon Marketplace shows over $2200 in new charges yesterday for the PDF API: Yet my app that integrates with this service shows that it wasn't invoked at all. Adobe chat support is incapable of helping me as they don't see any "active plans" in my account. Can anyone help point me in the right direction? At this point I have no idea what is happening, and even if it is continuing. Thanks
Hi, I wish to change the asset name while sending it to Scene7. For example, if I upload an asset in AEM author instance (/content/dam/project1/collection/summer.jpg)By default, this asset will be synchronized with Scene7/DM with the same name. However, I want an asset to be pushed to Scene7 by a different name (in this case GUID). Can you please suggest any options? Thanks!
'grep' is not recognized as an internal or external command.Command: aio cloudmanager:tail-logs <environmentId>author aemerror | grep debugwithout grep trailing is working fine, can someone suggest?
Hi,We are trying one scenario where user goes from native mobile app to website,Here we need to create audience based on the native app behavior and then use that audience to target in website.To accumplished this passing the customer ID both in native app and webstie using setcustomer ID function . Even though id is correctly passed both in native and website, Target Offer is not getting delivered in website. Here it is considering the user as a different visitor.Can any one help in this regard, will this scenrio work or we need to pass the ECID from native to Web using URL parameter.
Hi guys, i am getting below error(check in ss) while same code is worked for calling soap (as post request through wsdl function) APIs through Soap library(NodeJS) previously. I am writing my code as well, help from anyone is appreciated. Note: i have installed soap,util library already through npm install library_name Code:/** <license header>*//*** This is a sample action showcasing how to access an external API** Note:* You might want to disable authentication and authorization checks against Adobe Identity Management System for a generic action. In that case:* - Remove the require-adobe-auth annotation for this action in the manifest.yml of your application* - Remove the Authorization header from the array passed in checkMissingRequestInputs* - The two steps above imply that every client knowing the URL to this deployed action will be able to invoke it without any authentication and authorization checks against Adobe Identity Management System* - Make sur
Hi, I am trying to write generated PDF document from XML Form Service to JCR by using below line of code. but i am getting below error intermittently while running couple of transactions. Please help. Code:com.day.cq.dam.api.AssetManager assetMgr = resourceResolver.adaptTo(com.day.cq.dam.api.AssetManager.class);Asset asset = assetMgr.createAsset(path + "/" + destinationVal, sourceVal.getInputStream(), "application/pdf", true);Here sourceVal is Document object Error:javax.jcr.InvalidItemStateException: OakState0001: Unresolved conflicts in /content/dam/documentgenerationat org.apache.jackrabbit.oak.api.CommitFailedException.asRepositoryException(CommitFailedException.java:238) [org.apache.jackrabbit.oak-api:1.22.9]at org.apache.jackrabbit.oak.api.CommitFailedException.asRepositoryException(CommitFailedException.java:213) [org.apache.jackrabbit.oak-api:1.22.9]at org.apache.jackrabbit.oak.jcr.delegate.SessionDelegate.newRepositoryException(SessionDelegate.java:669) [org.apa
Hello, I created clean APP Builder application and created an action. So now I'm trying to call this backend action and always getting the same error: "error": "The resource requires authentication, which was not supplied with the request" 1) require-adobe-auth: false2) I do not have a place to create Oauth token, cause there are no services enabled. I'm not sure which exactly service is correct as I do not need any 🙂 need only action to be executed3) I tried to generate JWT and oAuth after I added Events API but both do not work. (not 100% I called them correctly, but followed documentation)4) Also can try to generate oAuth token via API, but I'm not sure which scope is required for just run backend action. Will be happy for any support.
Hello, My team and I are beginners in using Adobe APIs, and we are currently working on a tool that will use Adobe Java api's to convert PDFs to DOCs (using Java pdfservices-sdk 3.3.0). I downloaded the code examples but they only show how to do a synchronous pdf export (using ExportPDFOperation.execute() which internally is submitting a job, and using PlatformApi.statusPoll() to wait for it to complete). Is there a version of this to do an asynchronous execution, that returns a location I can poll on? Also I don't see a way to simply check the current status - the PlatformApi.statusPoll() polls until the job is done. So, I'm considering to implement my own version of ExportPDFOperation.executeAsynch(), and to implement a non-blocking version of status() that returns the current status immediately. Has this already been done? Are there any recommendations for how to do this? Note the reason we need these features is the plan is the customer will submit a job an
Does Adobe has Standalone Rest API's for extracting the content from PDF without the use of PDF SDK?
Hi, we have an on premise configuration for the Adobe Sync Tool currently and are looking at moving to the new OAuth server to server credential setup. Once we start the migration in the Adobe developer portal does our on premise Sync Tool need any configuration changes made to it?
I am using the User Management API (/v2/usermanagement/users/{orgId}/{page}) and noticed on the documentation, that the throttling limits are as follows: Maximum calls per client: 25 requests per a minute Maximum calls for the application: 100 requests per a minute I noticed that I am only able to make about 1 API call every 25 minutes. Granted, my organization only has about 1500 users, and I do get a '200' success code with user data when I make the API call, but if I want to make another API call after, I get, 'The remote server returned an error: (429) Too many requests.' Could there be an issue with my account that is tied to the org? There are no other API calls that I am getting as all 1500 users are returned on the same 'page' as 'LastPage = true' from the API call. Any idea what is going on?
Hi All,I am trying to migrate the existing cloud services such as Adobe Target,Adobe Brand Portal etc Integration in AEM from Service Account JWT to Oauth as mentioned in https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/migration/ . But i am unable to modify the exiting Connection or new connection in Adobe AEM IMS. Reason is in Adobe IMS still i see the Certificate(Public) and Payload Fields which supports JWT authentication. I tried ignoring the Public Certificate and Just copy the Accesss Token in Payload path but i get a internal Server error.Please suggest. Regards,Raj
Hello - I have questions (please see below) related to Creative Cloud apps migrations to OAuth. 1. Do customers have the option of not migrating their applications to the OAuth? If so, what are the downsides and implications of not migrating to OAuth? 2. Is there data retention in place for a certain period of time post migrating apps to OAuth? 3. Will app users be impacted by migration of apps to OAuth? Thanks! - Lawrence
Hi Team,I am looking for some solution which can help me in setting up monitoring for the developer console UI, can I achieve this via some workflow or monitoring tool like zabbix?I want to check if the page loads and also login using my email and passwd to ensure the site is up and running.
Can AEM be deployed on-premise using Kubernetes?
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.