Expand my Community achievements bar.

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

  • 6/28/22
    Hi All, I have created a simple application using aio CLI but when I am running  aio app deploy Only static files are getting deployed but not the action to the runtime environment. √ Built 1 action(s) for 'dx/excshell/1'√ Building web assets for 'dx/excshell/1'√ Deployed 1 action(s) for 'dx/excshel...

    Views

    682

    Like

    1

    Replies

    2
  • 6/22/22
    Hello, I'm new in Adobe Runtime and trying to learn usage of the actions. But i'm stuck with usage of a new modules.For example i have following action created:const fetch = require('node-fetch')const FormData = require('form-data')async function main(params) {        let formDataVar = new FormData(...

    Views

    602

    Likes

    0

    Replies

    2
  • 6/14/22
    Hi, I created an events subscription for AEP in the Development console of my API Project,the events that I selected areData ingestion notificationProfile Ingestion Delays, Failures and errorsProfile Ingestion InfoAfter that, I ingest profiles with the streaming endpoint of AEP -> Sources -> Account...

    Views

    454

    Likes

    0

    Replies

    0
  • 6/13/22
    Hello, I am working with Adobe App builder and sample todo app code base: https://developer.adobe.com/app-builder/docs/resources/todo-app/I deployed the app using aio app deploy and now I am trying to view logs for my actions - to do that I run  aio app logs --tail -v and then I am invoking my actio...

    Views

    543

    Likes

    0

    Replies

    1
  • 6/10/22
    We've been exploring the creation of PDF files from Excel files using the Adobe PDF Services API. Obviously converting from XLS->PDF can be tricky in terms of the printable area, orientation, etc. We managed to get the basics working, but in one example we have, the Excel file is converted to a PDF ...

    Views

    447

    Like

    1

    Replies

    1
  • 6/9/22
    Is TypeScript supported for the App builder?  Developing complicated actions with pure JS can get a bit hard to maintain - does Adobe provide any samples how to work with Adobe IO with TypeScript? Thanks !   

    Views

    783

    Likes

    0

    Replies

    1
  • 6/9/22
    Hello, I am working with Adobe App builder and sample todo app code base: https://developer.adobe.com/app-builder/docs/resources/todo-app/I deployed the app using aio app deploy and now I am trying to view logs for my actions - to do that I run  aio app logs --tail -v and then I am invoking my actio...

    Views

    560

    Likes

    0

    Replies

    2
  • 6/9/22
    Hello,  I am researching Adobe App Builder and I am working with a sample ToDo app tutorial: https://developer.adobe.com/app-builder/docs/resources/todo-app/ This app is using IMS profile and allows to create user todo list. When I run this app with aio app run it shows me two options to view my dep...

    Views

    544

    Likes

    0

    Replies

    1
  • 6/7/22
    Hi everyone,I’m working on User Management API: Authentication for API AccessI’m calling this API:https://usermanagement.adobe.io//v2/usermanagement/organizations/A139DC7957D898C77F000101@AdobeOrg/userswith Headers:Authorization: Bearer access_tokenx-api-key: Client ID from Developer ConsoleBut I’m ...

    Views

    770

    Like

    1

    Replies

    3
  • 6/6/22
    We are trying to get new refresh_token and access_token using existing refresh_token. Every time it returns the same refresh_token but less validity left. After sometime refresh_token will be not valid anymore.Can someone suggest how to generate new refresh_token with more validity. Note :- We have ...

    Views

    1.7K

    Likes

    0

    Replies

    11