Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

dr_venture
dr_venture
Online

Badges

Badges
16

Accepted Solutions

Accepted Solutions
12

Likes Received

Likes Received
33

Posts

Posts
76

Discussions

Discussions
4

Questions

Questions
72

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by dr_venture
Customize the badges you want to showcase on your profile
Re: How do I create a headless application? - App Builder 23-09-2020
You sure?  If you need some help feel free to ask. 

Views

558

Like

1

Replies

0
Re: Change "workspace" for local development - App Builder 23-09-2020
Go into the Adobe Developer Console and add all the services you need to the workspace your going to switch to. Then at a terminal do the followingaio console workspace listthen find the ID of the workspace you want to switch toaio console workspace select 12323123213thenaio app use -m

Views

605

Like

1

Replies

3
Re: Checking Access Credentials within an action - App Builder 17-09-2020
that is cool. Should work nicely

Views

556

Likes

0

Replies

0
Re: Checking Access Credentials within an action - App Builder 17-09-2020
I edited it to point out the scopes property which might be of use to you.

Views

578

Likes

0

Replies

0
Re: Checking Access Credentials within an action - App Builder 17-09-2020
You should be able to decode the bearer token and get the following { "id" : "1600361729831_7c314c691", "client_id" : "UDPWeb1", "user_id" : "8E5E47DA4706D5D@AdobeID", "state" : "{\"session\":\"https://ims-na1.adobelogin.com/ims/session/v1/ZjZmMWE3YTQtmRlLS04RTVFNDdEQTQ3MDZENUQ1OTYmVJRA\"}", "type" : "access_token", "as" : "ims-na1", "fg" : "UY6ROZRAVLPBL37QAP4======", "sid" : "1599771421938_-8d32-425e-815d-b734beb48abc_ue1", "moi" : "db01", "c" : "kg9B1xnV4UpPgkVi/gQ==", "expires_in" : "8640000...

Views

586

Like

1

Replies

4
Re: Trigger another action from within an action - App Builder 31-08-2020
Rule and Trigger is the cleanest way but you can also do this if neededconst openwhisk = require('openwhisk') const options = { apihost: 'HOST:PORT', api_key: 'API_KEY_HERE', api: process.env['__OW_API_HOST'] + "/api/v1/" } let wsk = openwhisk(options) let invokeParams = {"stuff":"my stuff","topass":"in","asparams":"more data"} wsk.actions.invoke({ actionName:"/my/namespace/actionname", blocking: false, result: false, params:invokeParams });

Views

424

Like

1

Replies

0
Re: Hello World App Error - Something Went Wrong - App Builder 18-06-2020
confirmed.

Views

1.8K

Likes

0

Replies

0
Re: App initialization fails - App Builder 17-06-2020
Ok, engineering patched the issue up. Please update Adobe I/O CLI to the latest and try to do init again. Let us know if this does not fix the issue for you. npm i -g @adobe/aio-cli

Views

857

Like

1

Replies

1
Re: App initialization fails - App Builder 17-06-2020
Engineer is working on a fix. Let you know after we test the fix. Sorry for the miss on that one.

Views

860

Likes

0

Replies

0
Re: App initialization fails - App Builder 17-06-2020
Reported the issue to core developers. When they post a fix I will let you know.

Views

868

Likes

0

Replies

0