Hi. I found out that I can init firefly app for assets compute workers. So I did created firefly project in io console having assets-compute APIs added. Then I was able to init my new project using AIO CLI that generated for me simple worker that simply creates rendition by copying source asset.Loca...
Hi,I recently updated AIO CLI together with all my plugins and now I'm unable to run or deploy any app as it fails fast with the error message: "Could not locate the bindings file"For instance, running aio app:run I'm getting error like belowaio app:run @adobe/aio-cli-plugin-auth:upgrade-config-ho...
I have setup a firefly app and build a project using the out of box template. However whenever I make a call to the Campaign's getProfiles api call (out of box ) it shows a server error. There is no other error to debug why this could be happening.I have also used the project from here https://githu...
Hi, I recently received my Project Firefly access, did the Console I/O integration and setup the npm libs. But when I try to run "aio login", open the access page, and try to login in it tells me that my account is not supported - it tells me "Company or school accounts are not supported. continue w...
When trying to do a hello world of a Firefly app, I am able to install the app using the Adobe I/O CLI, that works fine now.But when I run `aio app run` and open both the localhost URL and the experience cloud URL, I get the following error: I haven't modified any code. Here are the errors in the ...
I've been following the instructions to initialize a hello world Firefly app using the Adobe I/O CLI and running into a problem. I believe the app initialization is failing when trying to install the npm packages.The result is that the npm packages are not installed and so it's not possible to run t...
I've created a project with the intention of using the Privacy Service APIs. So i've made a few small tweaks:1) Changed the endpoint to "https://platform.adobe.io/data/core/privacy/jobs?regulation=gdpr&size=100"2) Changed requiredHeaders to include ['Authorization', 'x-api-key', 'x-gw-ims-org-id']I'...
is it possible that 2 apps use the same namespace and acces the same file system as described here: https://github.com/adobe/aio-lib-filesthe use case is to have one app that just display data (for users with no access to all the Adobe API) and another app which performs all the background tasks (AP...
is there any option to set permissions per user of an org? as far as I understand everybody can use the apps as soon as the user has access to the API's used in the project.but the modt use cases I have in mind need an admin (for settings) and users without any API access.what are other solutions? w...