Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
I am getting following error while running - aio app run press CTRL+C to terminate dev environment× Build failed.@parcel/core: Unknown pipeline: ./C.
I have successfully integrated Cloud Manager Pipeline events with Slack. I get Slack notices when a Pipeline is started or ended. Now I'd like to have useful information about the deployment returned. Example: I'd like the latest Commit message(s) to be sent when the Pipeline starts. That way I know via Slack which code is being deployed in the Pipeline job. Is this possible? I was unable to find an endpoint that returns Git commit information in the docs.
The use case is that we want to use the same firefly app code base to have multiple variations of components and pages. This app will be deployed to many organizations and a specific variation should be picked up by a particular IMS Organization. The expectation is similar to multi-tenancy (though it will be deployed on different servers) OR multi-site management where component/ page is picked up from specific site folder if it is present otherwise from common folder (inheritance model with dynamic routing & dynamic component includes) So we want the code structure to be like:- web-src - src - components - common - component1 &nb
I am encountering this error "No valid bindings were found for organization and technical account combination" whenever I run the code locally on my machine but the one on the server is working just fine. I have checked the client id, client secret id, technical accnt id, org id, api call, jwt host and certificate everything seems similar but somehow it cannot find a valid binding when it is running on my local machine. Hope to get a feedback soon,Thanks.
Hello. Note - Moving this question to I/O events section. We are trying to set up AEMaaCS with Adobe IO runtime actions through IO events.after setting up Adobe I/O Events IMS Configuration on local AEMaaCS, we get healthy configuration as mentioned here - AEM (6.4.x and above) Adobe IMS configuration , but when we navigate to our IO workspace and click "Add to Project" -> "Event", we don't see our local instance name to select - This step `AEM Link Externalizer` Configuration (adobe.io) . can someone please help, we are stuck here and not able to move ahead. Thank you.Saurabh
Hello. We are trying to set up AEMaaCS with Adobe IO runtime actions through IO events.after setting up Adobe I/O Events IMS Configuration on local AEMaaCS, we get healthy configuration as mentioned here - AEM (6.4.x and above) Adobe IMS configuration , but when we navigate to our IO workspace and click "Add to Project" -> "Event", we don't see our local instance name to select - This step `AEM Link Externalizer` Configuration (adobe.io) . can someone please help, we are stuck here and not able to move ahead. Thank you.Saurabh
Hello!My name is Dmytro, and I am working in Peoly. We are partners of Integromat. We are interested in developing a connector of Adobe Lightroom (https://www.adobe.io/lightroom/) for our platform. We already started investigating your API but now we have some problems. Can you say is it the correct docs for Adobe Lightroom API: https://adobedocs.github.io/photoshop-api-docs-pre-release/? We tried to get an access token from OAuth and it was successful. But we must add API Key as a header that is a client ID. And when we do it we get an error "Api Key is invalid". Can you help with it?Best regards,Dmytro Maliutadeveloper
I have been trying to upload a new update for an Adobe XD plugin, for the last two days.When it gets to the part where you add "plugin file," after adding the file, the progress wheel next to the file turns and turns, and nothing happens.I tried with multiple machines on different connections; the outcome is the same.
Hello Team, I'm trying to work on Adobe launch API and following this guide to develop notification service https://medium.com/adobetech/adobe-experience-platform-launch-notification-service-with-adobe-i-o-runtime-343acc8ac1d As per Implementation steps mentioned in above guide, I've started with project firefly which allows all the operations to set runtime actions. Now when I initialize my project using following command in terminal aio app init <app_name> getting the below error. Can someone please let me know what's the issue. You are about to initialize the project 'launch_notification'Error while generating the configuration from the Adobe Developer Console: CoreConsoleAPIError: [CoreConsoleAPISDK:ERROR_GET_ORGANIZATIONS] FetchError: request to https://developers.adobe.io/console/organizations failed, reason: getaddrinfo EAI_AGAIN developers.adobe.ioat ClientRequest.<anonymous> (C:\Users\agiwalg\AppD
Kindly provide the detailed information to use the PDF extract API in .net. I can't get exact pathway to start with it. Kindly provide some sample code along with the steps.
Hi thereI'm building a simple app which pulls segment definitions from Adobe Experience Platform API to a webpage. I've got some doubts about how I set up my backend action. The action triggers whenever the app gets started or refreshed. It then queries a particular endpoint and adds all paginated results into a single object before the object is returned. It other words a large chunk of JSON is provided in the response each time the action runs. Ultimately I expect 5-8 users to regularly use the app and the same process of calling the API and sending a large JSON to the front end will be repeating itself over and over. Being new to web dev I'm curious if this was a good practice or maybe a burden on runtime or the API itself. Perhaps file storage should be used to avoid constant querying of the API ?For now the app works so and I'm thinking that for as long as my action does not exceed the 1mgb result limit there is not much to worry about, though I've not had the
Having gone through all the Tutorial Steps here (https://www.adobe.io/apis/experiencecloud/cloud-manager/docs.html), and having my Slack webhook App in place, when a Pipeline job runs, it does hit the Webhook, however, in the Response Body, I get this (403) error back:Error: x-adobe-signature HMAC check failedHas anyone successfully got Adobe Cloud Manager Pipeline notifications working with Slack? If so, any ideas would be greatly appreciated.To be clear, I built the App using Glitch.com per the instructions. The App is working. My Slack Webhook is working and installed. Please do not direct me back to the Documentation... I've already completed the tasks and read the documentation numerous times. Thanks!
Hello all, We've been relying on Analytics Triggers and the Journaling API in Adobe IO to collect important data. It has been going extremely well for over a month, providing us with a valuable bit of data in something close to real time. However over the last day or two, the Journal endpoint continues to respond with "204 No Content". I can see that the Trigger events are still being generated according to the Triggers UI (in "Activation"), but the Journal doesn't seem to be getting them, or it isn't allowing me to pull them I'm using the appropriate endpoint URL and path specified by the "Next" attribute. Even if I request "latest=true", I get nothing, and again the "Next" attribute points to the same URL and "since" parameter... Is there some kind of traffic jam going on? I have a ticket open this morning with Client Care, but I fear the rep I'm interacting with doesn't have a grasp of what I'm describing. Despite my detailed explanation, with URLs and all, they'
Hi All,I am developing an AE plug-in and integrating the plug-in on Premiere Pro.One of the requirement is to identify the color profile of input video file, meaning if user imports a file from Premiere Pro, the requirement is to identify the whether it contains RGB or YUV representations.Please let me know AE or Premiere Pro API's to find RGB and YUV representations.Thanks in advance.
Hi, We have built a Project Firefly application, now we want to list that project in the below section, For now, my understanding is to bring an app in this section, we need to submit it for approval from the production workspace(shown below): Questions: 1. Is my above understanding right?2. Let's say I want to do another release after app listed in the Project Firefly Apps section, do I need to go through the approval cycle again? or What is the process to release a new version of the App?3. How long this approval process will take from the Adobe side?4. devmode=true, this section we see in the final URL after the app is deployed, I hope this won't come on the approved version?
Having gone through all the Tutorial Steps here (https://www.adobe.io/apis/experiencecloud/cloud-manager/docs.html), and having my Slack webhook App in place, when a Pipeline job runs, it does hit the Webhook, however, in the Response Body, I get this (403) error back:Error: x-adobe-signature HMAC check failedHas anyone successfully got Adobe Cloud Manager Pipeline notifications working with Slack? If so, any ideas would be greatly appreciated.
Hi, Currently, as a result of aio app deploy command the url is being generated where we can access the application, is there any way where I can create the URL's from the domain that I own instead of the default URL? Thanks!
Hello, Despite having developer permissions I'm unable to add the User Management API in a project. Interestingly, one my colleagues with apparently the same level of permissions was able to create a project and add the User Management API without any issues. Any ideas why this might happen? Simon
Hi Team,I have developer access in adobe campaign standard.One of API integrations under Project tab (Adobe I/O) not able to edit, its coming as read only view.But other API integrations im able to edit.Is there any option for particular access system for each API integrations Project. or who ever has developer access they can edit any of API integrations project. Thanks in Advance.
When I go to "Add an API" for my developer app and click under Document Cloud, "Available to me" does not include Adobe Sign, even though I have an active subscription for it. I need to test REST API calls for Adobe Sign for my OAuth2 app. How to address? Who to contact? I am an individual developer. Thanks.
Hi !I am in the beta program for PhotoshopAPI, and I'd like to know if it's possible to set Vertical Scale, plus Tracking on a text layer as character style. Thank you!
since my latest update I can't see any logs of my actions - but they are working as expected in local environment. I hope I can provide enough information so somebody might see what I'm doing wrong ...1) local environment, running "aio app run --local" and invoking an action shows me some log entries as expected:2) with no changes at all I then executed "aio app run" (no errors) and invoking the exact same action (with success in the UI), nothing happens in the logs. I checked the list with "aio runtime activation list" and could not find any new entries at all ... (which looks strange, what might be the issue?)3) with no changes at all I then executed "aio app deploy" (no errors) and tried again the exact same action (again with success in the UI). what is strange: at the same time I have an action triggered by whisk/alarms/interval which immediately starts after the app deploy. and this action executes as expected and I can see the entry in the "aio rt activation list" and fetch
@duynguyen_adobe When deploying or extending an adobe-io sample project firefly application from Git, and starting with a newly created https://console.adobe.io/ Project and workspace for it. What is the recommended way to also get all the necessary APIs and services mandatory for the Firefly app in question? Is there a similar command to "aio app use" but opposite, or it needs to be done manually step by step for all API, services, events or credentials this app may use?Some examples from Git:asset-compute-example-workers/projects at master · adobe/asset-compute-example-workers · GitHuborGitHub - AdobeDocs/adobeio-samples-aemaacs-assets-custom-ui Thanks in advance
hi, I'm running application locallyaio app run --local When hitting action url on localhost, I'm prompted with sign-in popup for username/password http://localhost:3233/api/v1/web/HeadlessApp-0.0.1/barcode/ Any thoughts ? Thank you
hi, we created simple headless action and asset compute worker in the same project, logs are written using (for example) logger.info('Calling the main action'); console.log('Calling the main action'); When application is run using : aio app run, and action is triggered in the browser (https://80xx-xxheadlessapp-xxdemows.adobeioruntime.net/api/v1/web/xxHeadlessApp-0.0.1/myaction/)in the cmd line we can only see logs coming from asset compute worker and there are no logs from action.Executing: aio rt activation listreturns only activation list from workerExecuting: aio app logs, it returns empty When application is run using : aio app run -- local (we set two docker images as per instructions, nodejs and openwhisk)and action is executed (by running the same url as above, https://80xx-xxheadlessapp-xxdemows.adobeioruntime.net/api/v1/web/xxHeadlessApp-0.0.1/myaction/) there
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.