Hi all, I want to have a custom design editor for one of my javascript-based projects. where users can import the files and can edit the contents of imported files. The user should be able to import and export files programmatically.Also, the users should be able to create new design templates using...
I need a web service that ideally behaves as follows: I make an HTTP POST with an .indd file to the serviceThe service responds with a .pdf conversion of the file Does anybody know of a service (e.g. an Adobe partner) that offers something like this? It appears possible to build such a service my...
Hey there, dear readers!Yesterday i happened to run into a problem regarding the credentials when changing/switching workspaces.I tested around a bit and am now able to reproduce the problem. When creating a new project for App Builder (in Dev Console) I go on with adding the services that I want to...
Hi Can someone give me a high-level overview on what the process is for building a new tool in adobe Illustrator? If it's even possible. As an example: I want a new tool that looks similar to the direct selection tool icon sitting over in the tool pallet. I'm calling this tool the "Zero distance too...
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...
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...
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 !
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...
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
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 ...