Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Hi, Can anyone help me to understand if we can generate JWT token without using Adobe I/O.If possible what is the API link and the parameters required to be passed.If there is any document that could help
Hi there, is there any documentation helping to guide one of my devs? We need to create a Service on Firefly which should expose an API Endpoint to CRUD some data.Anyone can point me to the right direction?BestM
Dear Support, after submitting and getting approval into the App Builder my "Console" still not workingAccess deniedYou don't seem to have access to the Adobe Developer Console. If you think you should, please contact your organization's system administrator. What are the next steps to gain access?thanks
Following up with related reported issue around 401 erorr. I have observed that i cannot use Analytics/target api with "require-adobe-auth" : true. It all works well when i set it to false. Find below the error i get when i set to true. Could somebody help out before i push this app live? does not make sense to have it set to false in production. aio and node version tried @61380/aio-cli/8.1.0 darwin-x64 node-v16.2.0@61380/aio-cli/8.1.0 darwin-x64 node-v14.17.0ext.config.yml when i get that error inputs: LOG_LEVEL: debug companyId: $ANALYTICS_COMPANY_ID apiKey: $SERVICE_API_KEY annotations: require-adobe-auth: true final: true
Hi Team, We are listening to the IO events like asset created. We want to schedule this event.Is it possible? How can we do that?
I am trying to do some api calls to assign users to groups. It looks like I successfully get the access token, but when I run the following call, I get the error. curl -X POST -H "Content-type: application/json" -H "Accept: application/json" -H "x-api-key: ${api_key}" -H "Authorization: Bearer ${access_token}" https://usermanagement.adobe.io/v2/usermanagement/action/${org_id}?testOnly=true I get this error:{"error_code":"403003","message":"Api Key is invalid"} This one is successful which makes me think my api key and access token are good: curl -X GET -H "Authorization: Bearer ${access_token}" "https://ims-na1.adobelogin.com/ims/userinfo/v2?client_id=${api_key}" Here's the payload I'm using for my JWT: { "exp":${expiration}, "iss":"${org_id}", "sub":"${tech_acct}", "aud":"https://ims-na1.adobelogin.com/c/${api_key}", "https://ims-na1.adobelogin.com/s/ent_adobeio_sdk":true } I think I have the correct met
Hi Team, Is there any way to to create product profile and user groups using APIs ? I didn't find any documentation related to it. Thanks in advance!
I am having issues setting up a "OAuth 2.0" key for API calls on a local nodeJS server:https://adobeioruntime.net/api/v1/web/io-solutions/adobe-oauth-playground/oauth.html When i go to use the "Creative Cloud" I see this message:"requires Adbobe review" Within the developer console I try these settings: I then use these setting on the OAuth playground: When i try to use the API token i receive on my nodeJS local server I receive the following error:{ error_code: '403003', message: 'Api Key is invalid' } I am not sure if i a missing any steps?
Hi, I am trying to download data from public accessible file url also downloading data has been scheduled(For every 15minutes) in ACC but at one point of time I got below error. Also, I have trigger which will run for every 1 hour in headless app. 14/09/2021 19:15:49 httpTransfer HTTP reply 503: CRL-290046 Service Unavailable - The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. ThanksNaveen
Hi, We had set the application flow in such a way, whenever new data ingestion happens it gonna triiger an application which is deployed in Adobe IO by using HTTP URL. Recently we started to see a lot of timeout(with 1ms in-flight time) errors (screenshot attached). Any idea why it is happening? FYI: Things were back to normal after a while without any manual intervention, Was there any outage from Adobe side? Our app is running in prod, this kinda issues were not acceptable from the product standpoint. If you say adobe io has some limitations with availability we can think of someother solution to handle this event in a real-time. @duynguyen_adobe Thanks
Hi Team We are using the openwisk in our application for time consuming api's. Sporadically we are getting the response as error: "Response not yet ready.".He is our flow. We are calling the openwisk by invoke method and getting the activationId. Later periodically we are checking the response using the activationId.If the response is not available, we are getting as "error": "There was an error processing your request". Then we will call again with activationId.Some time we are getting as error: "Response not yet ready.". At what scenarios we will get this Response not yet ready?
Our Adobe Experience cloud communities are the heartbeat that connect, engage, and empower our users to create game-changing digital experiences for their customers. Today, I'm thrilled to announce the launch of the Adobe Community Advisors program - an initiative designed to spotlight our most engaged, passionate, and supportive Community members.Please help me congratulate our Advisors for their amazing contributions to our Community! To see a list of all the members, check out the Adobe blog here: https://lnkd.in/dmHH4VbJAnd our Community Advisor page here:https://lnkd.in/dsQAB7N5 keep contributing, Keep shining 🎉
Hi, I am trying to delete few files which are stored on azure blob store and files are getting deleted as per response.sample of code: await files.delete('publicxyz/publicfile.txt')But post deletion still I can preview those files data through an url which was provided from IO.
Hi, Can we create custom webhook listener using runtime? If its can anyone direct to documentation or setup guidelines? Is there any limitations? Also, events will be triggered from non-adobe applications. ThanksNaveen
I am using Journaling API ,to captured AEP data ingestion events. In the documentation https://www.adobe.io/apis/experienceplatform/events/docs.html#!adobedocs/adobeio-events/master/api/journaling_api.md, it says we shall get time-stamp as response . However in reality, am not getting any time-stamp as response.
My company is looking to integrate SFTP import and export with Adobe Experience Manager as a Cloud Service. We have run into issues where previous Java implementation in on-premise AEM no longer is possible in Cloud Services due to restrictions in network ports to/from AEMaaCS. Our team is now exploring using Adobe IO and project firefly worker to be the SFTP client. Are there any restrictions with connectivity to/from Project Firefly workers?
Hi, We have lauched our first firefly app, now comes the analtyics section, does the Project Firefly has any webanalytics solution that tracks and reports the website traffic out of the box? Or we should go with some external integration let's say Google Analytics for an example? Thanks!
Hi, When we try to execute a query in the Query Sevice UI from the AEP console always it is returning only 100 rows? Is this 100 is a hard limit? I am not finding this anywhere in the documentation, so posting this question here?1. Is 100 rows is a limitation when we use Query Service UI?2. Is there anyway where we can increase this limitation? Thanks in advance!K
I want to create a project with the following guide https://docs.servicenow.com/bundle/rome-it-asset-management/page/product/software-asset-management2/task/set-up-adobe-subscription.html to sync servicenow, but impossible to add the user management API. can anyone help me ? Thanks
Hi! I'm currently working on a firefly project. I want to know how to fetch more than one event from an API call. Thank you.
Hi - I have done AEM event integration with I/O Events and i am able to successfully capture events. I want to customize data being returned by an event. For e.g., i may want to retrieve page properties and want page properties of the page being published to be sent along with other event information. How do i go about extending/ customizing event json? Regards,Mayank
Hey Guys! @dbenge @duynguyen_adobe I have been trying to wrap my head around extension and looking forward to the recording of the Aug 12 event, Meanwhile i have issues when i bootstrap an app with or without extension added. I get an error failed request to 'https://115564-digitalbau-stage.adobeioruntime.net/api/v1/web/nonExtnDemo/analytics' with status: 401 and message: { "error": "request is invalid, reason: failed authorization. Please verify your token and organization id." }The app includes .env file with required details and i can see the frontend sending headers with required information. Also i observed that the action url in config.json and in adobe io console stage workspace are different. Not sure if that makes any difference
I am creating local project , by following instructions in https://adobeio-codelabs-custom-events-adobedocs.project-helix.page/?src=/lessons/lesson4.html However when i execute>aio app build , am getting following error "moduleIdentifier": "C:\\diMonitoring5\\diMonitoring5\\src\\dx-excshell-1\\actions\\slack\\index.js",» "moduleName": "./src/dx-excshell-1/actions/slack/index.js",» "loc": "1:14-32",» "message": "Module not found: Error: Can't resolve 'request' in 'C:\\diMonitoring5\\diMonitoring5\\src\\dx-excshell-1\\actions\\slack'",» "moduleId": 663,» "moduleTrace": [],» "details": "resolve 'request' in 'C:\\diMonitoring5\\diMonitoring5\\src\\dx-excshell-1\\actions\\slack'\n Parsed request is a module\n using descripti
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.