Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
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 am trying to initialize an app builder project using aio cli commands . After following the initial steps like selecting org , project , template etc when it is trying to bootstrap the project , I am getting an error. recently there has been some changes in my organization and because of that we don't have admin access . So I don't have access to this default user folder but somehow this process is trying to scan this folder not sure why . Although I am trying to generate the project under C:\App_builder_projects folder and my local user folder is also different than default user folder. It used to work previously when I had admin access and I had build one app for custom asset compute worker but now it is not working .
Hello, I'm trying to configure text compression within Adobe commerce cloud.I see many topics online that suggest the way to this in commerce (magento2) is to enable text compression on the apache server via the .htaccess file.I understand that you cannot edit this file directly on the commerce cloud platform, can anyone explain how I am supposed to make the changes required to enable text compression? Is it possible to add some configuration via the magento.app.yaml configuration file? I don't see any information at all about this really on the adobe documentation, other than this: Web property | Adobe Commerce but it looks very limiting as to what you can add.
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
Hello,I hope this message finds you well. We've been encountering blocking errors (Service getProjectById failed. Error code: 400 , Error message: {"errors":[{"error_code":"1400","message":"Problem occured - null"}]}) in the Adobe Developer Console since last week. Specifically, we are unable to add new Adobe App Builder projects, and adding new workspaces to existing projects is also not possible. Attached are screenshots for your reference. Could you please assist us with resolving this issue?
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
I want to connect a REST API https://swapi.dev/api/ to API Mesh. My mesh.json looks like this: { "meshConfig": { "sources": [ { "name": "RESTSWAPI", "handler": { "openapi": { "source": "https://swapi.dev/api/" } } } ] } } But I get this error message:Your mesh errored out with the following error. Building Mesh with config: /usr/src/node-app/8ab88e57-f4dd-42a2-b6b1-c82e5b219704💡 🕸️️ Mesh Cleaning existing artifacts💡 🕸️️ Mesh Reading the configuration💡 🕸️️ Mesh Generating the unified schema💡 🕸️️ Mesh - RESTSWAPI Dereferencing the bundle💡 🕸️️ Mesh - RESTSWAPI Creating the GraphQL Schema from dereferenced schema💥 🕸️️ Mesh - RESTSWAPI Failed to generate the schema Error: The visitor result should be a SchemaCompose
Helllo, I created an integration with Lightroom Services in the Adobe Developer Console. The integration successfully created a Client ID (api key) and client secret. I am trying to Authorize Request as step one of creating an auth token according to this documentation. However, when I send a request to the Authorize Request endpoint I receive an error that the client Id is not valid. I know this isn't the case, because the client Id works with the Lightroom services Health Check endpoint. Additionally, it seems like the client secret created by the integration is not the correct auth token needed in other Lightroom services endpoints like catalogs. Any help would be appreciated. Thanks!
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.