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: Controlling which action is called - App Builder 02-03-2022
Although it is recomended that you run each project in its own workspace if there is a need to mix them together you will need to sort through each project and make sure the actions have different definitions that do not overlap. You will also want to review the web code as well looking for overlaps.If the two projects do overlap you will need to alter the code in one of the two projects to resolve the conflict. For example if both projects have an Action named formHandler.js you will need to ch...

Views

141

Likes

0

Replies

0
Re: Adobe IO ip for whitelisting - App Builder 02-03-2022
I have talked with engineeing and they don't provide this today. Your request has kicked off a larger conversation on the topic and our future intentions. I am not sure what the results will be but we are listening.

Views

477

Likes

0

Replies

1
Re: Adobe IO Runtime Activation - App Builder 24-02-2022
I am not sure on how to clean the activations list.To remove an action from your namespace you can do the following aio rt action listget the action you want to deleteaio rt action delete dx-excshell-1/conf-folderThat will delete the action from your namespace.

Views

253

Likes

0

Replies

1
Re: Adobe IO ip for whitelisting - App Builder 11-02-2022
Not that I am aware of but I will check with engineering. 

Views

525

Like

1

Replies

2
Re: Adobe IO ip for whitelisting - App Builder 09-02-2022
I pinged engineering and they pointed me to a cool FAQ wiki. Unfortunately it is not possible to provide the IP range. Here is the clip from the FAQ wiki. Is there a Runtime IP range that customers can enable?No, we don't share IP ranges with customers for two reasons:Security Best Practices - Runtime is a multi tenant environment in which all customers share the same IPsOperation Agility - Runtime is being deployed to multiple regions and/or clouds and the list of IPs can change at any time.If ...

Views

546

Like

1

Replies

4
Re: [Adobe IO] Issue when deploying/testing an application - App Builder 31-01-2022
Question: Did the customer get provisioned for App Builder or purchase it? It is separate from just Runtime entitlement. From what I know you can use the CLI tooling to package and deploy actions and you can consume the micro services but the following will not work from the full App Builder suiteFile storageState storage Experience Shell Website extensions I will ping the product PM to make sure but from what I know that's how it works.

Views

421

Likes

0

Replies

0
Re: Can the firefly project access AEM Assets api? - App Builder 18-10-2021
I am not fullu clear on what your requirements are for your use case but yes App Builder/Project Firefly can call the AEM Assets API. This is of course if the AEM instance is hosted on the public internet and the api end point is not protected by a firewall. I have written actions in the past that used the Assets API and it was pretty straight forward to do. Project Firefly/App Builder Actions are built using standard nodejs and nodejs has the fetch library for making POST/GET/PATCH/DELETE Rest ...

Views

500

Like

1

Replies

0
Re: developer.adobe.com/console - Access denied - App Builder 08-10-2021
Can you send me a DM with your information and company your working for etc? I can have someone from our side look into it and point you to the right person on our side.

Views

470

Likes

0

Replies

0
Re: developer.adobe.com/console - Access denied - App Builder 06-10-2021
Did you follow the instructions found on this web page? https://www.adobe.io/app-builder/docs/overview/getting_access/ Per the page above you need be part of an Enterprise Organization that has Adobe products, and the admin of that Enterprise Organization needs to assign you to the Role of Developer or System Admin to be able to gain access to the developer console.Does that help?

Views

486

Like

1

Replies

2
Re: 401: request is invalid, reason: failed authorization. Please verify your token and organization id - App Builder 05-10-2021
That does not seem like the fix though. Now that I think about it more and look at the error closer. Is the caller of that action a part of your org and are they passing AUTH header with the request to make that call?

Views

400

Likes

0

Replies

1