Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 9/7/20
    We have created a property in Adobe I/O runtime and got the namespace vale. But when we are trying to run the below command getting the HTTP Status code 404. Could you please help here. 

    Views

    3.0K

    Like

    1

    Replies

    9
  • 9/5/20
    Looking at the Adobe Launch API there is a subscription service to register a callback request. the definition of the API reguest can be found here: https://developer.adobelaunch.com/api/reference/1.0/callbacks/create/ I really love the idea of registering my own url within those callbacks, mainly b...

    Views

    1.4K

    Likes

    2

    Replies

    2
  • 9/1/20
    I gave an issue somewhere in my action after "aio app deploy". the action is working fine on local "aio app run", but not in deploy. any chance I can see the debug of the action somewhere when app is deployed?

    Views

    1.6K

    Likes

    0

    Replies

    4
  • 9/1/20
    I fully understand why Adobe would not want to make it easy to delete Projects given there are downstream integrations that could be affected, but the inability to delete and manage anything in the interface is entirely frustrating. As far as we can tell, even accidentally clicking "Create New Proje...

    Views

    3.6K

    Likes

    0

    Replies

    7
  • 8/31/20
    I try to create an adobe access token in a headless action. first I tryed to use aio-lib-ims but this fails to include in the action (maybe an issue with the core library and their dependencies?) is there any easy way to create an adobe access token having all data in the .env file?

    Views

    2.5K

    Likes

    0

    Replies

    8
  • 8/30/20
    Given an "action A" is running and I want to call (based on conditions) different other actions (from within the same app), what is the best way to achieve this?1) use node-fetch and the action name?2) release an event and the other action listens to? remark: I can't use sequencing since I don't kno...

    Views

    2.3K

    Likes

    0

    Replies

    3
  • 8/30/20
    I tried to add openwhisk alarms to my app using /whisk.system/alarms https://github.com/AdobeDocs/adobeio-runtime/blob/33d0979a45b9e35e8addaad7e97dfb00f8ea5e12/reference/prepackages.md and added a new trigger to my manifest.yml file as following:  triggers: myIntervalTest: feed: /wh...

    Views

    3.4K

    Likes

    0

    Replies

    11
  • 8/30/20
    I was trying to use the aio-lib-state https://github.com/adobe/aio-lib-state and was running into different issues on my local maching. Issues on "init"first, I tryed to include just the sdk and init storage using the following code in my simple action: const stateLib = require('@adobe/aio-lib-state...

    Views

    2.1K

    Likes

    0

    Replies

    2
  • 8/28/20
    Hey there, I've set up an action I'd like to run at 12:30am EST every night. I've set up my trigger as the following:  wsk trigger create test-t4l \ --feed /whisk.system/alarms/alarm \ --param cron "30 0 * * *" \ --param stopDat...

    Views

    1.9K

    Likes

    0

    Replies

    4
  • 8/27/20
    Hi all. have a question regarding aio-lib-state: https://github.com/adobe/aio-lib-statewhat is the expiry of a key I set in an action? is the state cleared after an action or persits for a given time?example: action1 sets a key to the state, can a action2 get the value when running later (and indepe...

    Views

    1.4K

    Likes

    0

    Replies

    2