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: Can the firefly project access AEM Assets api? - App Builder 19-10-2021
Cool, thanks. I will look into this sample later. Now, I am checking how to get the access to my company's author instances.

Views

470

Likes

0

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: 401: request is invalid, reason: failed authorization. Please verify your token and organization id - App Builder 07-10-2021
@dr_venture Thank you for getting back, have been scratching head over this for a while now! add the organisation scope and did not really help same issue. Yes the caller of the action from the UI (logged in as admin) is passing the auth header with the request. Will send you the code for reference.

Views

385

Likes

0

Replies

0
Re: Adobe Experience Platform Query Service - Adobe Experience Platform 30-08-2021
I'd love to see the ability to define a custom index on AEP datasets. Not sure if Adobe is worried about the extra storage costs involved, but the performance gains would make the tool way more approachable.Idea submitted, here.

Views

408

Likes

0

Replies

0
Re: SFTP from project firefly worker - App Builder 18-08-2021
Well that is one of the reasons we built firefly. To help provide easy extention points for our products. I hope it helps with your use case. Let us know here in the forum if you need more help.

Views

490

Likes

0

Replies

0
Re: @parcel/core - App Builder 05-08-2021
Thanks, moving to C:\ resolved the issue

Views

670

Likes

0

Replies

0
Re: Error: getaddrinfo EAI_AGAIN developers.adobe.io - App Builder 22-07-2021
@Gokul_Agiwal - We have an enhancement ticket internally for this request. Our engineering team is currently blocked by the end of July release, so there is no ETA yet for the enhancement. We will let you know once there's further update for it. In the mean time, you could do app development outside of the corporate proxy.

Views

1.3K

Likes

0

Replies

0
Re: Action result max size and good practice - App Builder 19-07-2021
Here is a page with the standard list of limitations around Actions. As you can see 1mb is the max result you can return so you have some limitations about how big your data can grow before you need to do Paging of the result set. If the data you are retrieving from AEP does not to be real-time I would recommend catching the data then giving the users the same result setup until a time period has passed where the data would be too old to be considered useful in the app. For example, if your app ...

Views

314

Likes

3

Replies

0
Re: Bootstrapping already developed App using the CLI - App Builder 22-06-2021
I think it could do the key gen as well with the right apis in place. Make call to request key, get key and update local .env. I checked with project management and this is not on our radar in the near future. What i suggest is for you to go to the CLI github issues page found here https://github.com/adobe/aio-cli/issues and submit it as a feature request. Post the issue number here when done and I will endorse the idea as well. I think its a great idea.

Views

420

Likes

0

Replies

0
Re: Announcement: Adobe I/O Runtime: Node 14 Support Added - App Builder 11-06-2021
{ "presets": [ [ "@babel/preset-env", { "targets": { "node": "current" } } ] ], "plugins": ["@babel/plugin-transform-react-jsx"] }If stock .babelrc then after adding the file contents would look like this ^

Views

587

Like

1

Replies

0