Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
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 @61380/aio-cli-plugin-auth:upgrade-config-hook:debug hook running. Error: Could not locate the bindings file. Tried: → /Users/marcin.czeczko/.local/share/@adobe/aio-cli/node_modules/deasync/build/deasync.node → /Users/marcin.czeczko/.local/share/@adobe/aio-cli/node_modules/deasync/build/Debug/deasync.node → /Users/marcin.czeczko/.local/share/@adobe/aio-cli/node_modules/deasync/build/Release/deasync.node → /Users/marcin.czeczko/.local/share/@adobe/aio-cli/node_modules/deasync/out/Debug/deasync.node → /Users/marcin.czeczko/.local/share/@adobe/aio-cli/node_modules/deasync/Debug/deasync.node → /Users/marcin.czeczko/.local/share/@adobe/aio-cli/node_modules/deasync/out/Release/deasync.node → /Users/mar
I had written a custom action on firefly template which consumes Analytics API. It was running fine until today. When I call the API, all I get is this error:{ "error": "server error" }In the console of code editor, I seeinfo: 500: server error Logs aren't updating too. Is there anything I can do to get more information on the error ?
I have created a Adobe IO runtime project based on firefly template. I have added Adobe Analytics API in my console.adobe.io. While creating the project thru AIO, it has created a sample action which fetches collections from adobe analytics. Problem 1: When I open this app using localhost:9080, I get this error in ForwardRef($f01f0d1066865f7027d77d32f5de6fe$var$Picker) (created by App) in ModalProvider (created by ForwardRef($bc3300334f45fd1ec62a173e70ad86$var$Provider)) in I18nProvider (created by ForwardRef($bc3300334f45fd1ec62a173e70ad86$var$Provider)) in ForwardRef($bc3300334f45fd1ec62a173e70ad86$var$Provider) (created by ForwardRef($d618213cd07bac427c632ce5c90d7$var$Form)) in form (created by ForwardRef($d618213cd07bac427c632ce5c90d7$var$Form)) in ForwardRef($d618213cd07bac427c632ce5c90d7$var$Form) (created by App) in div (created by ForwardRef($f9fee2c1db386bde8f28b36a814d1eb2$var$Flex)) in ForwardRef($f9fee2c1db386bde8f28b36a814d1eb2$var$Fle
Why do the links within Developer Support, here only link back to this forum.Since there are no support members that appear to be responding to questions, it seems that there is no place for Adobe I/O support. What is the best method to received support for Adobe I/O?
I have this since the weekend. I have tried other accounts and different machines with the same error after adding the "Adobe Stock API" Service getProjectById failed. Error code: 500 , Error message: Internal Server Error , Request ID: 1wW17AuPZ2NKsaQmMxasnkf3vebVosP6
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 with a personal account." My account is linked to my org with a federated login backed by okta. I really fail to see the point of the personal account, because in that case I wouldn't have access to the data I need. Any ideas?
Hi, I have defintion of APIs in manifest file, something like that:... apis: dev-api: dev: token: getToken: method: GET response: http create/{resourceType}: createObject: method: POST response: httpEndpoints work fine, but whenever I try to fetch list of APIs using:wsk api listI always receive empty list.▶ wsk api list ok: APIs Action Verb API Name URL Other commands like wsk action, wsk activation, work fine. My goal is to fetch swagger configuration for existing APIs and update manifest to use that configuration. But of course it would be nice to be able to check currently installed APIs.
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 browser console: localhost: experience cloud:
Hey, I'm currently working on a project using the Lightroom API and I want to get the albums of a user. The authentication is all working, but every API response starts with 'while(1){}'. Because of this I can not parse the JSON properly. Ofcourse I could strip this part, but why is this here? Is it a bug? Examplewhile(1){}{ "base": "https://lr.adobe.io/v2/catalogs/.../", "resources": [] ... you get the point I hope someone can shed some light on this.
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 the app locally. Following the instructions on Github I encounter the problem at section 4.1 step 6.It cannot find the package `@react-types/typography` on the npm registry. It shows a bunch of errors and then says `App initialization finished!` but when I check the folder, there is no `node_modules` folder created. Then I try to run `aio app run` and it fails with the following error: You can see that it failed to find the package `@adobe/aio-sdk` which is in the list of dependencies in package.json and hasn't been installed. Installing it manually throws errors saying it can't find other packages like `cloudevents-sdk` and `uuid` which are also on the list of depend
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've tried the request in Postman and it works fine, so I know there isn't an issue with the headers, but when I run it in localhost I get a 500 error: Am I missing something obvious?Edit: I didn't mention that I'm just using the sample app that gets generated, and then in index.js I've adjusted the requiredHeaders & apiEndpoint values:
I am a new intern and I need to integrate an Adobe Sensei service into my app. I tried to call the API directly an it gave me an 'API-key invalid' error. I tried to follow this document : https://helpx.adobe.com/marketing-cloud-core/kb/adobe-io-authentication-step-by-step.html.This document asks me to integrate the 'Adobe Target' API to Adobe io. But this particular API is disabled on my account (as you can see in the attached image). Kindly give me an insight into how to solve this issue?P.S. : This is the service I need to integrate in my app : https://wiki.corp.adobe.com/pages/viewpage.action?spaceKey=SenseiContentFramework&title=Text+Placement+Service
We use the Privacy Service API to delete user data as per GDPR. Today our requests stopped working. They now report a 403 status and error message "API Key is Invalid". Our API Key hasn't changed and I've confirmed it matches the API Key within the console.adobe.io. Can you help us understand why please?
We are wondering if there are any usage quotas for the Adobe Stock SDK if yes, if there is an overview? E.g. how many request can we send to an API etc. Thanks!!
Hi, I don't really know if this is the right place to ask the question... feel free to redirect me if it's not. As far as I can work out the recommended place to get symbols for InDesign these days is on the Adobe I/O console.I've got a customer who has Adobe InDesign CC2019 (version 14.0.3.433) installed, she's supplied me with a collection of mini-dumps which I'd like to analyse. But if I go to I/O console then the only symbols that I can find for CC2019 are for version 130 (I assume this is 14.0.0.130, but it's not clear)... Where can I get other symbols sets, for this and other versions which have been released to for public consumption?I'm bound to need others at some point. 😉Many thanks, either for an answer (preferably with a link to the symbols) or a pointer to someone/somewhere that can help. Best regardsCaerwyn Pearce
Hi, I am trying to create an integration for one of our clients using Adobe Campaign. I would like to make them able to authenticate through OAuth 2.0 in our web platform. Currently, I am not able to connect to the Adobe Campaign service in my Adobe Developer Console. Is there any way to do that with a basic developer account? Thanks
I started using the example app, but I'm having a hard time to get navigation up and running.Is there any example about a simple app with a "header" (top navigation with a few sample entries) and some components (as routes for the header nav?would save me a lot of time to start with a simple template instead trying to figure out how react-spectrum should be used (especially the state change)....remark: no need for big contents in the components, some simple text pages is far enough. it's more about the handling of the spa router together with authentication...
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? write 2 apps which share data? one for "read/interact" and the other for "API interactions"?what I would love to have is an option to rely on new/existing product profiles or user groups from the admin console...
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 (API actions)
Is it possible to create an app that is available for other organizations after publish? sort of a service that can be used by any organization that is interested in? thanks in advance for any help!
Why do the links within Developer Support, here, only link back to this forum.Since there are no support members that appear to be responding to questions, it seems that there is no place for Adobe I/O support. What is the best method to received support for Adobe I/O?
Recently, the I/O Console has been updated to a new interface. It looks pretty good except there are two features that have been removed.Two issues:1. There is no ability to remove old projects. This isn't a big issue for an individual profile, but when managing for an organization with many integrations, it can be a burden to sift through projects that are no longer active.2. The creation date has been modified on all of the projects to reflect the transition to the new interface. This isn't helpful since those dates were being used to audit older integrations. This leads to, two questions:1. Can you return the feature to delete projects?2. Can you restore the original creation dates? Thank you
I am using the abode document cloud view sdk in my web applications. for Easily embed any PDF viewing within web application,I have tried the save files callbacks. Adobe also captures some events behind the scene for the analytics purpose. I want to understand what all information will be stored adobe. does adobe store the PDF files or its meta data which is open in my web applications?
Hi @141769 or whosoever can reply, I am using Adobe JS to digital sign a PDF which contains XFA forms fields. In PDF there exists one signature field on which we want to sign using pfx file. We have followed 2 approaches to sign this pdf document but none works: We are using below JS code to sign pdf and on executing this code on Adobe JS Console we are getting some error given below. Please help us in getting this issue fixed. Code: var sign = app.trustedFunction( function(oDoc){ app.beginPriv(); var ppklite = security.getHandler("Adobe.PPKLit
Requirement : We need to create and read environment specific configurations on Adobe IO project i.e WCS Commerce API urls and different namespace based on different environment(Dev, Prod) We followed steps provided in document https://www.adobe.io/apis/experienceplatform/runtime/docs.html#!adobedocs/adobeio-runtime/master/getting-started/setup.mdSteps:1- Created .env file in workspace.2- Provided AIO_RUNTIME_APIHOST , AIO_RUNTIME_AUTH and AIO_RUNTIME_NAMESPACE3- Deployed code base .Issue 1: Unable to pick credentials provided in .env file.Issue 2: How to read environment specific variables in node.js code base .
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.