Hi All, I have created the Node JS Post API module to be deployed to Adobe IO runtime.I am making an Post call with query param and getting response when I directly run the index.js file my local. Then I used wsk cli to create package and added the action inside ithttps://developer.adobe.com/runti...
Hi community, from the documentation https://developer.adobe.com/runtime/docs/guides/#lets-talk-numbers--understanding-the-system-settings here it's specify a limit for Payload and Result in 1MB. It's also specify if you need more, the customer need to consider S3 Bucket. There is other way to in...
hi, I'm doing research for our next project, we're thinking about using adobe IO to create REST API which will fetch specific asset (byte stream or just a url to asset) from the DAM based on some logic, like tags matching... What's the difference writing this as adobe IO web action and writing s...
I am new in the AIO world, so for my proof of concept I am using and modifying the CIF reference project commerce-cif-graphql-integration-reference, but I am trying to create custom configuration values to connect to a 3rd party REST API. The goal is to have separate values per environment, for exam...
Hosted the CIF reference graphql on Adobe IO and the result will be web actions:-> https://xxx-development.adobeio-static.net/api/v1/web/projectname/dispatcher-> https://xxx-development.adobeio-static.net/api/v1/web/projectname/cif-schemanon-web actions:-> https://xxxx-development.adobeioruntime.ne...
Upon upgrading to Magento 2.4.4 schema in IO connector which connects Hybris and CIF throws error which is hosted on Apache Openwhisk server. Error : The action produced a response which exceeds the allowed length : 1092959 > 1048576 bytes. Truncated response is not valid. The response was working f...
any idea why i get this error when i try to open an adobe io project in experience cloud shell. i can access the application with direct link. Any insight is greatly appreciated !
Hi, I am trying to fetch data from 3rd party endpoint and load it into one of data schemas in Adobe Campaign Standard. The mentioned 3rd party endpoint has the option to put filters on query strings, so for instance it can looks like this: var datenow = Date.now(); lasthour = now.setHours(now.getH...
Hello, I'm new in Adobe Runtime and trying to learn usage of the actions. But i'm stuck with usage of a new modules.For example i have following action created:const fetch = require('node-fetch')const FormData = require('form-data')async function main(params) { let formDataVar = new FormData(...
I'm writing a utility script in Python (in a Jupyter notebook) which transfers all AA assets for users leaving our organisation to a holding user. Most of it works fine using JWT authentication, but some API endpoints return an error saying "only Company Admins are allowed to access this endpoint". ...