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

duypnguyen
duypnguyen
Online

Badges

Badges
21

Accepted Solutions

Accepted Solutions
36

Likes Received

Likes Received
42

Posts

Posts
209

Discussions

Discussions
35

Questions

Questions
174

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by duypnguyen
Customize the badges you want to showcase on your profile
Re: Website Analytics - Adobe Developer Cloud Extensibility 17-08-2021
Hi @kishoreindraganti - Project Firefly does not support website analytics OOTB. You could try Adobe Analytics or other solutions.

Views

259

Likes

0

Replies

0
Re: Query Service - UI - Limiation - Adobe Developer Cloud Extensibility 17-08-2021
Hi @kishoreindraganti - this could be a good question in the AEP Forum: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform/ct-p/adobe-experience-platform-community.

Views

239

Likes

0

Replies

0
Re: project firefly API fetch more than one event. - Adobe Developer Cloud Extensibility 10-08-2021
Hi @ZHENGJIAN_LIU , just to have more context about your question - which API are you referring to? Is it I/O Events Journaling API?

Views

257

Likes

0

Replies

0
Re: Auth error: 401 with or without extension - App Builder 09-08-2021
Thank you! Please let us know when you hear back. A regular user in a defined profile should have this working. We cannot really grant product admin to make this work. Editing to add Being a product admin (analytics) did not make this work eitherEven for a generic action not tied to any adobe experience cloud products i got the same error.

Views

432

Likes

0

Replies

0
Re: Build Error - App Builder 05-08-2021
@navink386520 - I suspect you don't have the `request` module in your package.json file. Please try adding it, npm install, and rerun your app.In the long term, we should migrate this code to use node-fetch instead.

Views

346

Likes

0

Replies

0
Re: Supporting different component variations within same... - App Builder 03-08-2021
Hi @shelly-goel - as Manik mentioned, this code structure is not supported by Project Firefly. You should consider modularizing your code in a way that commonly used functionalities should be available as (npm) libraries. They can then be used by different projects and apps. Npm libraries also allow you to manage the code releases with semantic versioning, so that there is no hard dependency for the client apps.For the remaining pieces which vary by org / customer, they should be put in separate...

Views

279

Like

1

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: How can I start to use the PDF Extract API in .Net - App Builder 21-07-2021
@shivanand98 - looks like Project Firefly is not the right place for your question. Please try in the Document Cloud forum: https://community.adobe.com/t5/acrobat/bd-p/acrobat

Views

197

Likes

0

Replies

0
Re: Project Firefly - Submitting For Approval - Adobe Developer Cloud Extensibility 14-07-2021
Hi @kishoreindraganti -2. Once you publish the app, it is available in the Experience Cloud. Future deployments (aio app deploy) just refresh it, without impacting the approval status of the app. Hence, no need to re-approve every time you make a new release.3. The approval is done by the admin of your enterprise org, not Adobe. Therefore how long it takes depends on your org admin. If you are the admin, you can approve it yourself following the docs in "My Exchange" part.4. After the approval, ...

Views

513

Likes

0

Replies

0
Re: Friendly URL for Project Firefly Apps - Adobe Developer Cloud Extensibility 12-07-2021
Hi @kishoreindraganti - I assume you are deploying an SPA (Firefly app with UI).All the static files are uploaded to Firefly cloud storage and served from our CDN, which gives a specific URL that you see after the deploy command.If you want your app to be available in a different domain, it should be easy to point that domain to the Firefly CDN URL.If you want your app (static files) to be uploaded to your own edge server / CDN, you would need to add a custom hook to the aio app deploy script: h...

Views

359

Likes

0

Replies

0