Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Does anybody have some help on how to create the following UI items within a Firefly app?Screen with tiles, similar to the Experience Cloud overview screen (as a welcome screen for my app where user can jump to other screens of the apptable to display data, eg. from a data fetch or from storage, really simple table with header row and some rows with data, something like thisThanks in advance for any hints on this topic.
I have a requirement to write an action that is only available on the API 1.4. Is it possible to do it using the analytics package or do I need to setup a custom action and manually write all the calls to the API?
Hi Team,Is there a way we can store data and files in Firefly or I/O Runtime?
Hi Team, I have deployed the app on Production workspace and requested for the approval by using 'Submit for Approval' option.Now the status is 'In Review' state, I have System Admin access but still I don't see any option to Approve the app.
Hi Team, We can see the firefly app in the provided url (https://experience.adobe.com/?devMode=true#/custom-apps/?localDevUrl=xxxxx-development.adobeio-static.net/index.html ), but while we accessing the apps from Project Firefly Apps link or refreshing the above URL we are getting the below response 'No Apps Available'
Feel like I must be missing something obvious but I couldn't see any help documentation that explains the process of moving a build from stage to production. I have run aio app deploy and everything is working nicely in Stage but I couldn't see a way to move things across. I can see it's possible for me to add the Services etc again in the Production environment but is that meant to be the process?
On the template app, whenever I try to run the Analytics action, I get the following message: status: 400 and message: { "code": "AH4p47opZVVoqb9YnkuypHKQNtChpCyk", "error": "Request defines parameters that are not allowed (e.g., reserved properties)." } I looked at other posts about similar issues, and they all mentioned to update the npm react-spectrum to 3.0.1. Like in this post. I checked my package.json and found this line: "@adobe/react-spectrum": "^3.0.1" But in any case, I deleted the node modules folder, removed the package-lock file, and then did an npm install. But to no avail. Any ideas on this? Also, what is the company id: is it xxxxx@AdobeOrg or the "x-proxy-company" parameter we use in the API calls.I have also updated the .env file with both types of values but it still didn't work. Thanks for reading.
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...
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.