Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Is it possible to edit the allowed domains after creating a project? I dont see a edit option, hence the only way is to delete and re-create the project? Separately sub domains do not seem to work, i.e.domain.com will not allow sub.domain.com, we get domain not authorized.Rishi
Hi experts.Okay - so I realise online there are a number of PSD to PNG convertors where you upload your source file, type in the size properties etc and it will create a PNG to your specs (Similar to the below).I would like to have something similar on our website, which not only allows the user to specify the file sizes, but also to be able to combine different images. For example, it would include a logo layer as standard, optional to have transparent or include background layer, and then maybe a character/icon as extra too, to work around the logo. Is this kind of functionality available anywhere do you know? Thank you so much!! 🤞
hi I am trying to trigger workflow while publishing an page using managepublicationwizard. I followed this bloghttps://bimmisoi.blogspot.com/2020/07/aem-trigger-customized-workflow-on.html.https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/customization-of-ootb-manage-publication-wizard-to-point-to/m-p/462045 based on requestActivationWorkflow path I am given /var/workflow/models/****. but it not works on my side when I give publish in manage publication. help me please.
Hi everyone, How can I export Adobe Analytics all processing rule to particular report suit? Thanks in advance.
We wanna create an app and publish it to exchange marketing, once public account authoriate to our app, we will have permission to call adobe api to create like data schema, dataflow, etc. under their organization. So we can push their customer data to adobe experience cloud.As this scenery, how can the public account authoriate to our app, what is the specific flow and steps, or do we have some example apps like this?
Hello Everyone,I'm currently working on my first InDesign UXP Plugin. Everything has been functioning smoothly in the developer tool, but I've encountered an issue when trying to package and install it. For some reason, the installation process fails, consistently resulting in Error Code -2.-2File System ErrorThe file system errors are usually permission errors or are related to disk space. Free some space on the disk. Then, relaunch the Creative Cloud desktop app and try installing the extension or plugin again.If this doesn't work, quit the Creative Cloud desktop app and the installed app. Then try installing the extension or plugin again. To troubleshoot, I attempted to package and install some of the starter plugin templates, but these also failed with the same error code. This issue doesn't seem to be related to disk space, as I have ample space available.As I am new to this, I apologize if this comes across as a basic question. I'm a beginner in this area and would grea
Looking for publicly exposed APIs for tools mentioned in the site https://firefly.adobe.com/ mainly Text to Image, Generative Fill. Would like to integrate these tools in my app if available.
Hi community, I am new here, if this is a basic question please bare with me. I am trying to write a python script on my Mac that would read keywords I created for my fotos in Lightroom CC by using the LR API. I am failing at the basics: getting an access token. Here is what i did:I created a project in developer console with "oauth native app" credentials and connected the lightroom services. I wrote a python script with the oAuth 2.0 PKCE flow. The script starts a local https server on port 8000 with a self-signed ssl certificate and then uses chrome to initiate the oauth flow. When I run the script, it opens the following URL: https://ims-na1.adobelogin.com/ims/authorize?client_id=<the client id shown in the developer console>&response_type=code&code_challenge=<challange>&code_challenge_method=S256&scope=openid%2CAdobeID&redirect_uri=https%3A%2F%2Flocalhost%3A8000 I then log in to a
I'm having trouble with the Android Studio Device Emulator. I'm emulating a Galaxy Tablet S7 running Android 11 (latest)From the chrome browser in the Emulated Device I can load my AEM Forms Website (https://<myurl>.net/lc/ws). So I'm sure the networking/DNS is fine.However, the https://<myurl> doesn't work in the AEM Forms App.In contrast, a server running just http (e.g. "http://10.224.36.237:8080") seems to work.Is there some gotcha with https in the AEM Forms App?
Hi all! I'm connecting events to Adobe Commerce, and I've read all the possible documentation on i/o events and the developer console, but I can't find where to get these fields?Can someone tell me where to see them? Please Merchant ID - ?Environment ID - ? This is what is written in the documentation (but I still don’t understand what these fields are, I don’t have fields environment ID and merchant ID): Enter the merchant's company name in the Merchant ID field. You must use alphanumeric and underscores only. In the Environment ID field, enter a temporary name for your workspaces while you are in development mode. When you are ready for production, change this value to a permanent value, such as Production. Regards,Eugene
can we make restricted printing of limit and if downloaded and forward to next mail, then pdf once printing won't get opened or printed again.
Hi Team I'm trying to build a project on my local machine using the command " mvn clean install -PautoInstallSinglePackage" and getting this error "[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.12.0:install-node-and-npm (install node and npm) on project the digital.ui.frontend: Could not download npm: Could not download https://registry.npmjs.org/npm/-/npm-6.14.0.tgz: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target ". I followed the below steps to resolve this issue but still getting an error. Download certificates from NodeJS site (I downloaded the whole certificate chain).Locate your Java truststore "cacerts.jks" and import the certificates using the following command (unless you didn't change the password you may use the default password "changeit", be aware of the right order and start with the root certificate): keytool -import -v
Hi, I would like to perform a small POC using the PDFServices SDK for Java to seal a PDF document, so I can get a benchmark on processing time to upload a PDF document, seal it and have the sealed document returned to the calling application. My question, is there a test certificate I can use for the POC, or do I need to buy a certificate from one of the Adobe Trust Service Providers (TSP), which are Cloud Signature Consortium (CSC) compliant? Thanks in advance. Darren
I'm not the AEM expert or familar to it.I'm just the BE developer need AEM to run my FE project.I'm currently at the URL: http://localhost:4502/system/console/configMgrand I'm supposed to config all the thing in my local environment like UAT env. But as a BE dev, I'm guessing that AEM is just like an regular app, it must store config data somewhere.One of my opinion is copy the configuration file on UAT to my local env.Another is more modern, export the settings to a file and import it to my local env.What can I do with this situation?
Hi !!!I'm on AEM as a cloud service. I can retrieve the asset but... ResourceResolver rs = request.getResourceResolver(); Asset desktopImage = rs.getResource(srcFromImage).adaptTo(Asset.class); How can I retrieve the asset properties of that file, such as title, description, etc.?I tried with desktopImage.getMetadataValue("dc:title") //Cannot evaluate because of compilation error(s): The method getMetadataValue(String) is undefined for the type Asset. Thanks!
I have been editing an image with the Photoshop API's actionJSON. The actionJSON object has a gaussianBlur and then does a generative AI fill. The call to https://image.adobe.io/pie/psdService/actionJSON is successful, but only the blur is applied to the image, while the generative fill action is nowhere to be seen. Is it not possible to access the generative fill through actionJSON?
Can anyone guide how to transfer the code packages to adobe git repository from github repository for creating CI/CD pipeline.If content transfer tool is the only way, what will be the steps which i should follow. Thanks.
I tried to add a link using the editor and added, but when I publish the page I couldn’t see the hyperlink but the text. How can I see the hyperlink in the description.
we have component named as "Y" , Y component working properly in author , publisher, both author and publisher we can see Y component json, but in dispatcher the component "Y json is not comingwe cleared dispatcher cache and everything, but still issue is coming
Hello, all! This is my first post after just joining this discussion, so please forgive me and provide kind assistance if I have posted to the wrong subsection! I am new here but a real enthusiast and loving this community so far. I have a background in teaching coding and in education and feel I could help with documentation, at least for starters. As a new member in this forum and wish to share and gain some knowledge. I am looking forward to create my own discussion to resolve my query and gain some knowledge though I have taken part in various discussion which is definitely helped me a lot.Also what category should be taken depends on what factors? Thankyou in advance.
Hi Team,I am getting "Api Key is invalid" error. Please help me to resolve this error.I am generating token by url: https://ims-na1.adobelogin.com/ims/token/v2 in postman withAPI: Adobe Photoshop API,Scope:openid, AdobeID, read_organizations.user list url: https://usermanagement.adobe.io/v2/usermanagement/users/{orgid}/{pageno}Error Message: {"error_code": "403003","message": "Api Key is invalid"}documents reference:https://adobe-apiplatform.github.io/umapi-documentation/en/api/getUsersWithPage.htmlCode Link:https://github.com/adobe-apiplatform/umapi-documentation/blob/master/samples/get_users_in_org.pyImage:Thanks in advanceRegards,Bhoopesh Kumar
Hi Team, Is There any way to trigger code run inside Datascience workspace using i/o runtime. We are planning to automate python code that is in Datascience workspace when ever a data ingestion event trigger is happened. If you could tell us , it will be helpful
We are working on a project that requires us to extract data from multiple PDF files for a user/session using the Python SDK. We want to speed up the process by making asynchronous (concurrent) Extract API calls using the asyncio and await functions. However, we are facing some issues with this approach. The Extract API calls are not running concurrently, but sequentially. We are wondering if there is a way to fix this problem or if there is a limitation of the Python SDK that prevents us from making concurrent Extract API calls.
Create a custom AEM Tools menu with a Granite UI Shell to upload a CSV file and subsequently pass that CSV file as a parameter to a servlet. Can someone suggest
Hello,I am using Adobe data collection Reactor API, and want to know if following is possible, and if yes, how:Can I extract all the libraries published in 2023 from my adobe launch property?I am using following code, but it just extracts current libraries:https://reactor.adobe.io/properties/{PROPERTY_ID}/libraries
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.