Expand my Community achievements bar.

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

  • 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

    574

    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

    553

    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

    780

    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
  • 6/6/22
    Hi, following all instructions on initializing and publishing an application in App Builder Catalog. The application was also successfully approved in Exchange.But the app does not appear in App Builder Catalog, does anyone know what the reason might be

    Views

    470

    Likes

    0

    Replies

    1
  • 5/31/22
    Hi, I'm currently not possible to change the memory limit of my action, see me "app.config.yaml":application: actions: actions runtimeManifest: packages: temp: actions: test: function: actions/test.js web: yes runtime: nodejs:14 ...

    Views

    785

    Likes

    0

    Replies

    3
  • 5/27/22
    I'm writing a utility script in Python (in a Jupyter notebook) which transfers all AA assets for users leaving our organisation to a holding user. Most of it works fine using JWT authentication, but some API endpoints return an error saying "only Company Admins are allowed to access this endpoint". ...

    Views

    473

    Likes

    0

    Replies

    0
  • 5/25/22
    I had this problem quite a lot of times while testing my App Builder Application.Basically I always first tried to run the actions via the Experience Shell yet run into problems because of it regularly.(aio app run)The error always looks like that with different "code":time: 874 msfailed request to ...

    Views

    399

    Likes

    0

    Replies

    0
  • 5/19/22
    We are in the need of whitelisting AppBuilder (Firefly) infrastructure so that only requests coming from the IP Ranges it has would be allowed for communication with external systems it needs to connect. We used the following as the base for our need https://experienceleague.adobe.com/docs/experienc...

    Views

    719

    Likes

    0

    Replies

    3
  • 5/18/22
    I wanted to store some of my API response in datastore/ database (which am currently using my local db), however if I use App Builder, is there a provision to store data (not cache) but store it for later usage.

    Views

    491

    Likes

    0

    Replies

    1