Expand my Community achievements bar.

Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • on 28-02-2023
    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...

    Views

    221

    Likes

    0

    Replies

    2
  • on 27-10-2022
    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...

    Views

    735

    Likes

    0

    Replies

    4
  • on 14-10-2022
    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...

    Views

    255

    Likes

    0

    Replies

    2
  • on 04-10-2022
    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...

    Views

    307

    Likes

    0

    Replies

    3
  • on 05-09-2022
    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...

    Views

    231

    Likes

    0

    Replies

    1
  • on 25-08-2022
    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...

    Views

    148

    Likes

    0

    Replies

    0
  • on 23-08-2022
    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 !    

    Views

    235

    Likes

    0

    Replies

    0
  • on 11-08-2022
    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...

    Views

    226

    Likes

    0

    Replies

    2
  • on 22-06-2022
    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(...

    Views

    336

    Likes

    0

    Replies

    2
  • on 27-05-2022
    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". ...

    Views

    250

    Likes

    0

    Replies

    0
page footer