Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
hello guys, How can I use webhook with Adobe Console I/O and Adobe Runtime I/O ?And how can I be enabled?Thanks
On 10th May, 2021, Adobe I/O Runtime has added support for Node 14 for JavaScript actions. Node 14 will be made default after June 10, 2021. For the next 90 days we will have pre-warm containers for both Node 14 and 12.After 90 days, we will have pre-warm container only for Node 14. Action: Please update your actions if you are using this kind. If you do not update your actions after 90 days from today, your actions will not use the default version and If you do not update your actions within 90 days, your actions will not have access to pre-warm containers. You can check the version running this command: aio runtime action get <ACTION NAME>orwsk action get <ACTION NAME>If you don’t see “kind”: “nodejs:14”, then you have to update your action. Resources for Reference: Check this: https://git.corp.adobe.com/bladerunner/openwhisk-runtime-nodejs/ Public docs: https://github.com/AdobeDocs/adobeio-runtime/bl
On 10th May, 2021, Adobe I/O Runtime has added support for Node 14 for JavaScript actions. Node 14 will be made default after June 10, 2021. For the next 90 days we will have pre-warm containers for both Node 14 and 12.After 90 days, we will have pre-warm container only for Node 14. Action: Please update your actions if you are using this kind. If you do not update your actions after 90 days from today, your actions will not use the default version and If you do not update your actions within 90 days, your actions will not have access to pre-warm containers. You can check the version running this command: aio runtime action get <ACTION NAME>orwsk action get <ACTION NAME>If you don’t see “kind”: “nodejs:14”, then you have to update your action. Resources for Reference: Check this: https://git.corp.adobe.com/bladerunner/openwhisk-runtime-nodejs/ Public docs: https://github.com/AdobeDocs/adobeio-runtime/blob/mas
We are planning to host an API in Adobe IO runtime. This we planned to be accessed by browser.We want to throttle the API however based on requesting client IP? Can this be achieved? Kindly point us to documentation around this.There is a mention about using the X-FORWARDED-FOR can be used as a variable but looks like we need to input an ip address. But we would want a generic setting.https://developers.corp.adobe.com/api-platform/docs/setting-up-throttling-policies.md#list-of-supported-variables
We are designing dresses, Our designers create the design (image) and assign some attributes to this design, these attributes should load from our web application, once the design and assigning attributes are done, we need a way to push this image with all attributes back to our web service. I can create webservices to push all attributes to Illustrator and create webservices to get information from Illustrator. Can you point me to the right direction?
Hello Team, I'm working on POC where I need to access Adobe I/O runtime. I'm following below link to setup my environment https://www.adobe.io/apis/experienceplatform/runtime/docs.html#!adobedocs/adobeio-runtime/master/getting-started/setup.md Under Creating a Namespace and retrieving the credentials section - As per documentation the steps mentioned - when I open the developer console and click on create a new project, the project created successfully but I can't able to find Workspace, chose workspace like Production, Workspace overview section, and download all button instead above steps can only see if I Create a project from template section and chose Project Firefly as a template where all above option able to see. So the question is which option I supposed to chose? which is correct?
HiWhy the api www.adobe.io/apis/creativecloud/lightroom/apidocs.html#/albums/createAlbum only allows "project" and "project_set" as subtype ?...This entry is not relevant to Lightroom App (the plan without PS) . Maybe it can be used in LR Classic. I wanted to automate album creation by parsing metadate - LR app filters doesn't have AND, OR ability so I've made a code for myself here. Please add "collection" and "collection_set"). Thank you in advance and best regards
Hi,I am trying to utilize the PDF embed API.When I create a new project, I need to provide the allowed domain.my domain is https://pages.mysite.com. When I try to add it I get an error message "Domain https://pages.mysite.com/ is invalid"Any ideas how to support https? Thanks!
Hello,I'm trying to create a Firefly app to integrate with ACS API and meet below use cases though I'm unable to find relevant APIs. Please point to the relevant API details.1. I want to fetch data (especially tracking data) about the deliveries like number of sent, delivered, bounced, opened, clicked messages, etc. and display that on the UI similar to dynamic reports in ACS. I'm unable to get any API related to Deliveries.2. The above use case is similar to the use case mentioned in webinars around a workflow dashboard/ heat map in firefly (similar to ACC). Is there a reference implementation available for this? I'm trying to build that and I can find getWorkflow(workflowID) which will get a single workflow but nothing to fetch list of all the workflows I have referred below documentation:https://github.com/adobe/aio-lib-campaign-standard#CampaignStandardCoreAPIhttps://experienceleague.adobe.com/docs/campaign-standard/using/working-with-apis/get-started-apis.html?lang=en#working
Hi, I want to integrate Kafka with Adobe I/O Runtime so that I can send the data from Kafka via Adobe I/O Runtime to Adobe Campaign Standard. Can somebody please help me how to do this? Any kind of help would be highly appreciated. 🙂
Hey, I'm currently working on a project using the Lightroom API and I want to get the albums of a user. The authentication is all working, but every API response starts with 'while(1){}'. Because of this I can not parse the JSON properly. Ofcourse I could strip this part, but why is this here? Is it a bug? Examplewhile(1){}{ "base": "https://lr.adobe.io/v2/catalogs/.../", "resources": [] ... you get the point I hope someone can shed some light on this.
Help shape the future of Adobe Experience Cloud!The all-new Adobe Experience Cloud Customer Feedback Panel provides you opportunities to talk about the topics you care most about and help set the vision for Adobe Experience Cloud applications. You will have the opportunity to engage directly with Adobe product and development experts who are building Adobe Experience Cloud applications and services, and you'll receive updates on how your feedback is being integrated.As a member of our feedback panel, you will get invitations to participate in a wide variety of feedback activities (surveys, usability tests, product previews, strategic roadmap discussions and beta tests). Through these activities, you will have a direct connection to the Product Managers, designers, and developers who create the products you use every day, and have the opportunity to learn from fellow customers. We've always valued feedback from our customers via UX, Beta Testing, Customer Advisory Board and so on.
Hello there, In two weeks from now (week of April 26th, 2020) we will update the way I/O Runtime handles activations for successful blocking invocations.This is the new behavior:By default, successful blocking invocations will not produce an activation record, thus running “wsk activation list” will not list any of these. Logs are still recorded and can be retrieved using the activation ID - this is still being sent to the client invoking the actionBlocking invocations that failed will produce an activation record and will appear in “wsk activation list”Developers can force creating an activation record for successful blocking invocations by including this header “X-OW-EXTRA-LOGGING: on” in the requestNon-blocking invocations don’t change, “wsk activation list” will return all the activation IDs created by non-blockingPublic docs have been updated [0]You might ask why we are doing this change: performance and developer convenience. We can squeeze more performance b
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.