Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
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!
Currently, for asset searches, we are utilizing the GET method (via acs-assets-sharecommons). When selecting all images and documents in bulk, the URL is generated too large:Due to the extensive length of this GET method, we are encountering a "URI TOO LONG" response, resulting in an "unable to submit the form" error in the UI. It's worth noting that this issue is observed in cloud environments but not in my local setup.Please provide the information on how to fix it
I faced the below message once try to save or create product attributes for Visual & Text swatch type. Any suggestion, please advise. My Magento version is 2.4.5 p2. TypeError: Illegal offset type in /home/..../public_html/vendor/magento/module-swatches/Model/Plugin/EavAttribute.php:239Stack trace:#0 /home/..../public_html/vendor/magento/module-swatches/Model/Plugin/EavAttribute.php(239): array_column()#1 /home/..../public_html/vendor/magento/module-swatches/Model/Plugin/EavAttribute.php(202): Magento\Swatches\Model\Plugin\EavAttribute->prepareOptionLinks()#2 /home/..../public_html/vendor/magento/module-swatches/Model/Plugin/EavAttribute.php(122): Magento\Swatches\Model\Plugin\EavAttribute->processSwatchOptions()#3 /home/..../public_html/vendor/magento/framework/Interception/Interceptor.php(146): Magento\Swatches\Model\Plugin\EavAttribute->afterAfterSave()#4 /home/..../public_html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Catalog\Model\R
I'm making a microservice using App builder.And for my logiс I use state const stateLib = require('@adobe/aio-lib-state') ... const state = await stateLib.init() await stateLib.put('key', params, { ttl: -1 }) console.log('state info') ...In order for me to test (since aio-lib-state does not work locally), I deployed the applicationaio app deployNext, I send a request to the microservice and receive the following error: 2023-11-24T17:19:17.970Z stdout: AioCoreSDKError [TvmLibError]: [TvmLib:ERROR_BAD_ARGUMENT] "ow.auth" is required at new <anonymous> (/nodejsAction/cfE17S6i/index.js:17263:9) at new TvmClient (/nodejsAction/cfE17S6i/index.js:18319:19) at Function.init (/nodejsAction/cfE17S6i/index.js:18382:12) at Object.init (/nodejsAction/cfE17S6i/index.js:23832:27) at NodeActionRunner.main [as userScriptMain] (/nodejsAction/cfE17S6i/index.js:266164:31) at /nodejsAction/services/runner.js:111:45 at new Promise (<anonymous>)
Hello, Using: "Service Account (JWT)" with "PDF Services API" Problem:I can no more use this method: "Export PDF (https://cpf-ue1.adobe.io/ops/:create?respondWith=...) I always get the error, "401 Not authorized to call this engine". { "cpf:status": { "completed": true, "type": "UNAUTHORIZED", "title": "Not authorized to call this engine", "status": 401, "report": "{\"error_code\":\"UNAUTHORIZED_ENGINE_ACCESS\"}" } } Nothing is changed, excepting generate new Public/Private key.Is this method no more working since marked as deprecated? The call will be make over PHP (Guzzle), I have also tested over Postman and there I get the same error. I hope someone can help me. Thanks.
I'm noticing a change in the Adobe form calculations as whenever there is an issue with dividing by zero, the application freezes up and crashes. This is a recent change as before it would just show NaN and handle the division. Was there a bug introduced in a new version? I don't want to have to fix all previously made forms to now handle division by zero when previously it had handled it. Thanks!
I am trying to create a content fragment with some pre-filled values of content fragment model datatype using Assets API. I am unsure on the format of JSON I need to place in the Body. As per the doc its stating to include the JSON format but it is not working for me. Creation of CF is happening with the below JSON{"properties": {"cq:model": "/conf/xxxx/xxx/xxx-headless-portal/settings/dam/cfm/models/sample-model","title": "Sample Model","description": "Sample model"}} But I want to put more properties under the node 'jcr:content/data/master' . How should I structure the JSON?
> npx create-adobe-photoshop-api-sdk appNeed to install the following packages:create-adobe-photoshop-api-sdk@0.0.3Ok to proceed? (y) ycreating a Photoshop API SDK Project...Installing dependencies in app...npm install error: Error: Command failed: cd app && npm installnpm WARN deprecated @1649177/plugin-proposal-unicode-property-regex@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @1649177/plugin-transform-unicode-property-regex instead.npm WARN deprecated @1649177/plugin-proposal-private-property-in-object@7.21.11: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @1649177/plugin-transform-private-property-in-object instead.npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and
Hi Everyone, I have a list of text iterated in Sightly (I am using multifield and iterating using data-sly-list ). PFA screenshots.Can anyone let me know how to make them radio button and when a user selects the options, each option should save a value for that node.Example:If a user selects "textOne" it should save value "1"If a user selects "textTwo" it should save value"2"If a user selects "textThree" it should save value "3"Sightly (htl logic) :<sly data-sly-list.options="${model.radiobuttons}"><div>${options.text}</div><br></sly> @community @developer-7
I am novices to the field of Identity and Access management. As far as I know, SailPoint has provided some direct connectors to integrate known systems like LDAP, HR systems, OIM, databases, etc. And Sailpoint also provided support for disconnected applications with the use of custom connectors. Here, my question is: how do I develop a custom connector? I do not have the jar file provided by Sailpoint, which contains the "AbstractConnector" class. So that I can write my own class and develop... I also do not understand what to do with that class. (If I have a jar, how will sailpoint refer to that class.. Do we need to deploy that class somewhere?Here I am expecting the complete flow to develop and deploy the custom connector.. If anyone is working please help..
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.