Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
I am trying to figure out how to build a connection in Lightroom CC. I see other third party companies like Smugmug have built connections but I am not able to find documentation on how to build them. Is there any documentation I can refer to? Which API?
i am using adobe pdf api service for converting pdf to docx,the given error come after hit the api.Exception encountered while executing operation ServiceApiError: Could not match JWT signature to any of the bindings
Hi, i am trying to get a subtotal of a page and a total at the end of a 100 lines table. I've tried using this: The total sum i would get with sum(....). But the for the Subtotal sum i need the pagecontent to get the subtotal at every Page until the last page, where i need the total. How can i realise this? Because there is not much information right here: https://help.adobe.com/en_US/livecycle/10.0/DesignerScriptingRef/WS92d06802c76abadb-3e14850712a151d270d-7a3f.html
We are integrating AEM CIF with 3rd Party commerce(Hybris). We using Diconium connector(https://github.com/diconium/commerce-cif-graphql-integration-hybris) and deployed it in Adobe I/O.We have done CIF Cloud Configs to enable Commerce in AEM , which will help us in using Product/Category Picker. we need to do some customization at connector level so that this AEM Commerce , can fetch Products from the store configured in Config. But to do those Customization we are not able to see logs of diconium connector in Adobe I/O. We need these logs to understand the diconium connector project flow.
I am using AEM designer to develop a dynamic PDF form which has a Text box with multiple parts need to pull data from system and user asks all parts be editable and expandable. eg.The [ClaimantName] has overpayment [OverpaymentAmt], because of [OverpaymentReason], as of [Date].1. if use floating field on all parts, the text alignment will be good, but user can't enter changes.2. if use text field on all parts, user can enter change, but text alignment won't be good, might crowed or leaving spaces.3. thinking to , on each parts, use first floating field to pull data from system, when user click on this field, showing a text field let user enter changes and then write the changes into the second floating field. if this works, the text will have a good alignment, no crowed or extra spaces. This will rely on the pulled Data from first floating field disappear. I set it as invisible or hidden after when user enter changes, the pulled Data won't disappear.please help how to make
I am trying to convert PDF to HTML. The idea is to use PDF extract API to extract layout plus styling information - which generates a Json output. I am trying to write a simple python program to parse through the Json and generate corresponding HTML element. For eg. <Figure> json element can be converted to <img> HTML element. The mapping between Json tag to HTML tag is straight forwards. I am confused with multiple multiple bound attibutes. For instance"Bounds": [87.047607421875,2307.354721069336,158.33660888671875,2371.139617919922],"ClipBounds": [87.047607421875,2307.354721069336,158.33660888671875,2371.139617919922],"Page": 0,"Path": "//Document/Sect/Figure","attributes": {"BBox": [200.45099999999366,2591.719999999972,271.7289999999921,2655.5599999999395],"Placement": "Block"},"filePaths": ["figures/fileoutpart1.png"], Which coordinate should be used to decide placement of corresponding <IMG> tag in HTML? Bound or Clipbound or Bbox
Something very strange is happening. Let's assume I wrote a for loop in a script that runs curl commands. for i in {1..5}docurl -X GET https://usermanagement.adobe.io/v2/usermanagement/users/...@AdobeOrg/0 \ --header "Authorization: Bearer ey..." \ --header 'X-Api-Key: ...'done This code works, of course, not weird.However, my program got the error too many request, why? package mainimport ( "fmt" "io" "net/http")func main() { for i := 0; i < 5; i++ { request() }}func request() { req, _ := http.NewRequest("GET", "https://usermanagement.adobe.io/v2/usermanagement/users/...@AdobeOrg/0", nil) req.Header.Set("Authorization", "Bearer ey...") req.Header.Set("X-Api-Key", "...") client := new(http.Client) res, err := client.Do(req) if err != nil { fmt.Println(fmt.Errorf("error %v", err.Error())) return } defer res.Body.Close() body, _ := io.ReadAll(res.Body) if res.StatusCode != 200 { fmt.Println(fmt.Errorf("something happens %v", string(body))) return } fmt.P
I cannot find UserManagementAPI when creating a project on developer console.I am using free traial account. Can UserManagementAPI not be used for free trial account?
I'm working on custom component where author will provide file name and file path in dialog. When user clicks on the file name then file will be get downloaded. This functionality is working absolutely file in author but failing in publish instance for XML,Excel and word files. I noticed one extra folder(dam:failedRenditions) for these types on publish instance. Can someone explain why theses renditions are failing? and why i'm unable to download only XML,DOC,Excel file on publish instance?
Hi, We were recently notified of a security vulnerability in JSON Web Token (JWT) library by our company's security team (CVE #: CVE-2022-23529). We generate JWT in Adobe I/O dashboard and use it in AEM to interface with Adobe Campaign. We are trying to find out whether this vulnerability has been addressed by Adobe already or will be addressed soon. So, I am trying to create a support ticket for Adobe I/O product.Previously, support tickets for Adobe I/O and Adobe Campaign had to be created at this URL: https://support.neolane.net. But this URL no longer works. I have also asked AMS to provide this information. Nothing from them so far. So, trying this route. Appreciate any help in this regard. Thanks, Shiv.
Hi Team, We are using the old version of API for PDF services to convert other Microsoft documents to PDF.I would like to know if there is a timeline by which we should migrate to the new API version for enterprise paid accounts.
Hi, I have to create a CI CD pipeline for automatic build & deployment of my react code deployed on app builder. We are currently using Gitlab & would like to integrate the same with our CI CD pipeline. I was just following this document - https://developer.adobe.com/app-builder/docs/guides/deployment/ci_cd_for_firefly_apps/ to create the pipeline, but got stuck when asked to create secret tokens within Gitlab. Can someone please guide me how do I create secret tokens in Gitlab. Thanks
Screenshot_20230704-120445.png
I am new to Adobe and I have found a email of mine added to Adobe account I didn't give Authorization To use my email address I found that someone had license for windows 10 and when I tried to get a couple names the information was gone I been trying to figure out how people are deleting program from My computer and phone I need some help with this I can not send email out because they are being sent somewhere else I found a email Link to Carnegie university and then It's was gone thanks like I said I am not an IT person at all I'm not sure if anyone else has any ideas I have been stopped from any security Microsoft and Gmail thanks for your time Alan
Hello there, I received the email alert about deprecation of JWT method in favor of OAuth.I'm using nodejs package provided by adobe (https://www.npmjs.com/package/@adobe/pdfservices-node-sdk) in a firebase function.I'd like to know what changes I need to apply to my code to migrate to OAuth method.Can someone help me? I did't find any documentation about that Thanks
Hello Everyone, I am trying to access Experience Platform API Documentation link, but it keeps on loading. When I tried to inspect network tab, I found out the request is failed. I am using Chrome on Mac system. How can I resolve this issue?Link: https://developer.adobe.com/experience-platform-apis/references/schema-registry/
After running npm install command I am trying to deploy the code using "aio app deploy" but I ended up with below error. "stack": "ModuleParseError: Module parse failed: Unexpected token (1:0)\nYou may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See › https://webpack.js.org/concepts#loaders\n> <!--\n| Copyright (c) Microsoft Corporation.\n| \n at handleParseError (/usr/local/lib/node_modules/@adobe/aio-cli/node_modules/webpack/lib/NormalModule.js:982:19)\n at › /usr/local/lib/node_modules/@adobe/aio-cli/node_modules/webpack/lib/NormalModule.js:1101:5\n at processResult (/usr/local/lib/node_modules/@adobe/aio-cli/node_modules/webpack/lib/NormalModule.js:806:11)\n at › /usr/local/lib/node_modules/@adobe/aio-cli/node_modules/webpack/lib/NormalModule.js:866:5\n at /usr/local/lib/node_modules/@adobe/aio-cli/node_modules/loader-runner/lib/LoaderRunner.js:407:3\n at iterateNorma
Hi All,I am not able to create a free sandbox for training purposes in AEM. The steps provided on the internet are not working properly. Please provide a solution link, if available.Thanks,Vivek
We have found out that the AppBuilder console will only allow 10 Events to be registered https://developer.adobe.com/events/docs/guides/#quotaservice-on-pipeline IMS Credential (client Id) But in our requirement where we are working use case, we need more than 10 events. Is there any way we can add more than 10 events ?
Hello there, I am new to AEM and would like to know in general, what access do developers need in the crx manager and also how to assign those permissions. Every explanation and suggestions are welcomed. Thanks
Hi, We have built a custom react app which is headless, however uses API mesh to query data from AEM Content Fragments & Product Data from Magento. Now, I would like to use the existing infrastructure which is already having a lot of products including AEM Cloud As A Service + Magento on cloud. I need to now host my custom react app on the APP builder cloud infrastructure. Also, I would like to understand the architecture with respect to Load Balancer & CDN. Does APP builder have capacity to increase the cloud services based upon the traffic on the website? Any suggestions or documentation would be highly appreciated. Thanks,
I've been utilizing JWT credentials with the SDK to make API calls successfully up until now. Here's the .NET code snippet I've been using: var executionContext = ExecutionContext.Create(this.credentials); FileRef destination = fileRefOperation.Execute(executionContext); However, a few days ago, I started encountering an error message: "{"Access Forbidden; transactionId=xxx"}" whenever I attempt to execute the API calls. This type of credentials should not be deprecated until January of 2025. Anyway, To troubleshoot the issue, I attempted to migrate to OAuth credentials but I could not found the .net documentation updated for the oauth token. All of them are working with the old jwt authentication Trying to use the same sdk I encountered another error: "The client must have the exchange_jwt scope pedfservicesdk.".I also can acces the Oauth token but the sdk does not provide something to use it.
hi i was wondering if anyone knows how to get rid of adobe help center on the backend admin of magento 2.4.6. it displays on an iframe and messes up the javascript on the dashboard and side navigation. thank you in advance.
Hello, I am implementing a functionality to download images from Adobe stock programmatically and I am logging in using Adobe IMS API but when I am logging in and getting a response back, I am not getting the refresh token back. Here is the URL to the documentation which I referred to in order to implement the login functionality. https://developer.adobe.com/developer-console/docs/guides/authentication/UserAuthentication/IMS/ I checked the documentation and it is mentioned over there "Once you have fetched the access tokens for a user you may also be provided a refresh token in the response. A refresh token is only presented when the offline_access scope is requested in the authorize step. Please note that not all APIs and Services support the offline_access scope for security reasons."So my concern is, how can I get the refresh token? Please help as I am not able to find any helpful resources for the same. Any he
We have been told to migrate our login credentials to use Oauth but i cannot find an example of the code to use. Can anyone help me convert this code to Oauth.Example Node Code :const PDFServicesSdk = require('@adobe/pdfservices-node-sdk'); try { // Initial setup, create credentials instance. const credentials = PDFServicesSdk.Credentials .serviceAccountCredentialsBuilder() .fromFile("pdfservices-api-credentials.json") .build(); const clientConfig = PDFServicesSdk.ClientConfig .clientConfigBuilder() .withConnectTimeout(1200000) .withReadTimeout(600000) .build(); //Create an ExecutionContext using credentials and create a new operation instance. const executionContext = PDFServicesSdk.ExecutionContext.create(credentials, clientCon
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.