Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
I deleted my Adobe account a long time ago and have paid all the penalties for canceling the subscription. However, Adobe has been emailing me every month, asking me to delete the above project from an already deleted account.Last January, they sent a final email mentioning that they extended contact via email by another six months. I do not use Adobe products anymore.Please delete the project yourselves! I rejoined just to leave this message. After receiving the penalty fees, I deleted my account and removed all the organizations I had registered. So why do you keep sending emails saying there's a project left?Even if Adobe comes out with an unimaginably great tool, I won't use it.I can't connect to customer support, so delete the project below!It's truly disgusting! ProjectLast service activityLast Modified ByServices added to projectFix nowRemove unused project1Project 202211318650UnknownDOYOON KIMAdobe Photoshop APIGo to credentialGo to project
I have got the Ip host entry from the AEM, when i try use in my organization laptop after entring the hosts file and saved it, Then opening chrome and accessing URL it doesn't load the page, and my organization cisco umbrella agent is blocking the url and destinated page i don't get it. when i checked with my IT team eventhough they say they have allowed i dont get the required page instead loading a another page, which is quite strange, and our IT team requested for cisco ip address should allowed in the adobe server.Is that so?
I'm looking at the Adobe Express Embed SDK and wondering if I'm the right thought-path... I'm trying to provide an experience where a person could use the tool to take a selfie and remove the background and submit the photo via JPEG and a certain resolution 288x328px. Could I use this to provide this experience?
Hi Community,Do anyone have successful implementation or recommendation on writing monorepo for AppBuilder projects? My problem statement is, I have multiple webaction projects for microservice and microfrontend. I want to bring all packages under single monorepo. I found adobe recommended packagist and simplyfy monorepo builders. Wanting to stick to pnpm workspaces or turborepo. Have anyone tried setting nx, lerna or turbo to setup multiple appbuilder projects under single monorepo?
Hi All,The 'Create PDF with Change Bar between Published Versions' option is missing from the Native PDF general settings. How can I enable this feature?AEM Version: 6.5.21AEM Guides: 4.6.3 UUIDAEM Native PDF Documentation:Local AEM instance:
I'm using Apex to automate sending Adobe Sign agreements. My approach:Call AgreementTemplateService.load(templateId, contactId) to generate agreement IDs for a list of contacts.Pass these IDs to EchoSignApiService.sendDocument(agreementId) to send the PDFs.This runs in a Queueable job triggered by a button click in Salesforce. I successfully get agreement IDs, but when sending, I receive:null :400 {code:INVALID_RECIPIENT_AUTH_METHOD, message:Invalid authentication method for recipient}
Hi. I have a simple html file with picture. Picture located in the same folder as html-file. But when I try to convert with PDFServicesSDK to pdf file - result file without that picture. Maybe I should set additional options ? Thanks. This is code html-file (for example) : <html><body><img src="./picture_1.jpg"><span style="font-weight:bold; text-transform:uppercase; font-size : 6.400pt">"Some text in HTML file</span></body></html>
Hi Connections, Can someone help me here why the cache control header is missing in the client libraries call?Here is the my project client libraries call look like. We have created rewriter configuration in the project and added cache header rules as well in the apache config.And in local environment also the cache header is not showing.
i am using adobe PDF service to extract the table and text from the PDF document. I am using python SDK for the testing. But, I stuck on the following issue. INFO:adobe.pdfservices.operation.internal.pdf_services_helper:Started uploading assetINFO:adobe.pdfservices.operation.internal.pdf_services_helper:Finished uploading assetINFO:adobe.pdfservices.operation.internal.pdf_services_helper:Started submitting EXTRACT_PDF jobINFO:adobe.pdfservices.operation.internal.pdf_services_helper:Started getting job resultERROR:root:Exception encountered while executing operation: description =DISQUALIFIED - File not suitable for content extraction: File permissions do not allow content extraction; requestTrackingId=12928c65-c723-49d3-88f5-fd06f9be6db0; statusCode=400; errorCode=DISQUALIFIED_PERMISSIONS Do you have any idea why I am getting such error message. My PDF is not that complex. I have tried other extraction API to extract the PDF, which worked as expected. But, I don't know
We have set up Adobe Commerce 2.4.7-p1 with sample data and successfully configured PWA Studio to be compatible by following these steps: Ran the command:yarn create @magento-1/pwa Set up a custom origin:yarn buildpack create-custom-origin ./ Exported the required environment variable:export NODE_OPTIONS=--openssl-legacy-provider Built the project:yarn build The dist folder was generated using the commands mentioned above. The URL https://pwa-studio-demo.local/ was directly pointed to the dist folder, enabling the frontend to function correctly. (yarn start or any other commands not executed) The frontend is functioning correctly (e.g., homepage, category page, and product details page are loading as expected). However, in the footer, we observe the following issue:{{#pageTypeNonce}}{{#webpackChunks}}{{/webpackChunks}} {{/pageTypeNonce}} No additional installations or customizations have been made on the Adobe Commerce side apart from the fo
Is it possible to calculate the difference between dates to use as one of the filters within an audience?
I can only generate the access token when I create a project. I did send offline_access in scope and grant type but received invalid grant type error response. Any ideas or suggestions? repsonse :{"error": "unsupported_grant_type"}
Hi,In my project adobe experience manager as cloud service,I have an embedded component in which is possible to configure spotify's iFrames. My team and I are trying to track the play,pause,and milestones events of the iframe trough the Web Playback Spotify Sdk but we are not sure it could work. Do you have any information about adobe communicate with spotify?Does any of you ever tried something similar? Thank you,Sarah
I have been working on creating an API request that will return the audit logs only for a specific property. I understand that for the reactor API, I can return all the available data with:curl https://reactor.adobe.io/audit_events However, I have been able to find a way to add a filter or even adjust the page size (using ?page[size]={value}) to show me any of the audit events from the property I want. How can I go about doing this? We are using the reactor API since this data is needed from the tag manager.
Is there an API that provides the status of files in a folder, indicating whether they are published, in preview, or have no status? I couldn't find this information in the AEM Live documentation.
The page is opening in the same tab when updated as open link in New Tab. I selected new tab in rich text link plugin. I am able to see target="_blank" in author. when I open the page in view as publish and try to click the link it is loading in same tab. I checked in dev tools I didn't' find target="_blank". could you please if some face this issue previously.
Hi everyone,In Powerautomate using the Adobe Sign connector, I am inserting 3 documents, which I can only include the signature, how can I include the "initials"[{"memberInfos": [{"email": @{outputs('Compor_-_Email_Recursos_Humanos_Assinatura')}}],"order": 1,"role": "SIGNER"},{"memberInfos": [{"email": @{outputs('Compor_-_Email_Colab')}}],"order": 1,"role": "SIGNER"}]
I'm trying to use python to upload a file to workfront, according to the userguide, I should get a 'handle' when I sent a post request to /attask/api/v15.0/upload, but I only got a response 401 "com.attask.common.AuthenticationException". I found "uploadedFile" is necessary for the request, I tried but still return 401. could anyone help to provide a python example of how to upload a file? MANY THANKS!!!! Here is the code I used. dest = self.domain_url+'/attask/api/upload'params['uploadedFile'] = filenamefiles = [('uploadedFile', open(filename,'rb'))]response = requests.post(dest, data = params, files = files)
How can we structure authentication to securely allow multiple clients to access a REST API (following the documentation at https://developer.adobe.com/runtime/docs/guides/using/creating_rest_apis/)? Example Swagger file:{ "basePath": "/v2", "paths": { "/ims-validation-endpoint": { "get": { "operationId": "your-namespaces/default/my-require-gw-validation-web-action.json", "security": [ { "clientids_auth": [] } ] } } }, "securityDefinitions": { "clientids_auth": { "type": "oauth2", "authorizationUrl": "", "flow": "implicit", "scopes": { "write:pets": "modify pets in your account", "read:pets": "read your pets" }, "x-client-ids": ["zookeeper", "dogwalker"] } } }Specifically, I have the following questions: - Where in the Adobe Developer Console (Dashboard) can we de
I am getting two tooltips with this msg "Please exit Source-edit mode before saving the changes" When I click on source edit in rich text and try to submit the dialogue without exit the source edit. we need to show only one tooltip. please suggest the solution to show one tooltip
Have followed all the steps as mentioned in the following url,https://developer.adobe.com/analytics-apis/docs/2.0/guides/use-cases/postman/But still when i try to click on create a new token it opens up the pop up but its blank, pls help to setup the same
I am getting following when i try to run any comments, and also my webpage return error.CMD error: SQLSTATE[42S02]: Base table or view not found: 1932 Table 'magento.core_config_data' doesn't exist in engine, query was: SELECT main_table.* FROM core_config_data AS main_tableWebpage Error: PDOException: SQLSTATE[42S02]: Base table or view not found: 1932 Table 'magento.core_config_data' doesn't exist in engine in C:\xampp\htdocs\magento\vendor\magento\framework\DB\Statement\Pdo\Mysql.php:90Any solution pls.
When I try to create an app , I do not see the option to select "adobe/commerce-events-ext-tpl" in the templates list. Also I am not able to see the option for "Adobe commerce events" in the developer console when I try to add an "Event" using the "Event" option there.The tutorial I referred was "https://experienceleague.adobe.com/en/docs/commerce-learn/tutorials/adobe-developer-app-builder/io-events/getting-started-io-events"
I want to investigate the use of HEIC assets in AEM. We would need the capability to upload/create renditions and render them on the page. I have uploaded the HEIC format images(eg: sample.heic) in AEM dam. But, I am unable to see the image. could you please help me to upload/create renditions and render them on the page in aem.
I have no idea how to authenticate the login form. For example, I created an action name brief-save in which I took the user's information as an object, but now I have no idea how to fetch that data from that action on this login page and authenticate it. Or there is another way of doing it
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.