Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Hi, I have built an API endpoint/web action in I/O runtime which I can call from ACS external API component and it works with no issues. I am planning to move to Firefly because of additional requirements, my confusion is if I built my app/API in Firefly, can I invoke it (as web action) from ACS external API component? I tried to find 'API' example on Firefly docs but could not find any example related to this scenario. Thanks !
Hi, is it possible to use Azure blobs storage in a runtime web function? Nodejs does have support for it but then I try to include "var azure = require('azure-storage');" - the action fails.And is it possible to add libraries to the runtime environment?Thank you!
I am trying to create a project with firefly template but when I type in the project title, app name and click save, I get the following error: Service createProjectWithWorkspaces failed. Error code: 500 , Error message: ER_BAD_NULL_ERROR: Column 'who_created' cannot be null Not sure what's wrong.
I've created a very small app that we're getting working on Project Firefly but the insights are showing odd data.I have hit the endpoint multiple times today but I don't seem to be seeing any of these come through in the insights. Should I be expecting to see something here? Also, the Total Usage seems to be showing 1.5 million GB/s? Please can someone help me analyse these data.Thanks Oliver
If someone has built a deterministic/ probabilistic device graph for digital fingerprinting - can they utilize this graph within Adobe Target? Add this user profile data to build out an even more robust user profile in Target, by combining with Target and Analytics data. If so, would this be done thru Adobe I/O, Firefly, or directly into Target product via API? Or do we need to utilize Audience Manager of People Core Service in Adobe. Trying to understand the flow and architecture- and if it is even possible. Thanks!!
How we can insert data into Profile schema of ACS from firefly? @sarahxxu
ServiceApiException occurs when I use RemoveProtectionOperation StackTrace於 Adobe.DocumentServices.PDFTools.core.http.HttpClient.ExecuteRequest[T](HttpBaseRequest baseRequest)於 Adobe.DocumentServices.PDFTools.core.http.HttpClient.<>c__DisplayClass11_0`1.<Execute>b__0()於 Polly.Policy`1.<>c__DisplayClass11_0.<Execute>b__0(Context ctx, CancellationToken ct)於 Polly.Retry.RetryEngine.Implementation[TResult](Func`3 action, Context context, CancellationToken cancellationToken, ExceptionPredicates shouldRetryExceptionPredicates, ResultPredicates`1 shouldRetryResultPredicates, Action`4 onRetry, Int32 permittedRetryCount, IEnumerable`1 sleepDurationsEnumerable, Func`4 sleepDurationProvider)於 Polly.Retry.RetryPolicy`1.Implementation(Func`3 action, Context context, CancellationToken cancellationToken)於 Polly.Policy`1.Execute(Func`3 action, Context context, CancellationToken cancellationToken)於 Polly.Policy`1.Execute(Func`1 action)於 Adobe.DocumentServices.PDFTools.core.
I am trying to create a project with firefly template but when I type in the project title, app name and click save, I get the following error: Service createProjectWithWorkspaces failed. Error code: 500 , Error message: ER_BAD_NULL_ERROR: Column 'who_created' cannot be null Not sure what's wrong.
We created a integration In the Adobe Developer Console, the projects page: https://console.adobe.io/projects. To get information from ours accounts in our SAM TOOL (snow license manager), but the credentials we currently have in the connector are barely pulling in any information. I have tried to verify this with Adobe customer support, but then send me to the community.any clues? I created this way:1. In the Adobe Developer Console, go to the projects page: https://console.adobe.io/projects2. Sign in by using an Adobe user account that has Administrator rights.3. In the upper right part of the page, select the organization that you want to create theproject for.4. On the Projects tab, select Create new project.5. A project is created, and a project page is opened.6. Select Add API.7. Select User Management API and then select Next.8. The Create a new service account (JWT) credential view appears.9. Select Option 1 – Generate a key pair and then select Generate keypair.10. C
Hi,I am not sure if I post this question in the correct area but I was wondering how to get my After Effects plugin published inside the Creative Cloud Marketplace. I wan't to end up here: I have searched the documentation but couldn't find anything related to After Effects. Could anyone give me some insight on how this process works? Thanks for your time!
What do i need to change here?
Hey there, I've set up an action I'd like to run at 12:30am EST every night. I've set up my trigger as the following: wsk trigger create test-t4l \ --feed /whisk.system/alarms/alarm \ --param cron "30 0 * * *" \ --param stopDate "2021-10-31T23:59:00.000Z" The trigger is created successfully and when I "get" the trigger, it shows the correct cron schedule. However, I checked the activation logs this morning and the action did not run until 4:30am.Am I missing a timezone difference or something? I noticed the datetime for when my action is saved is +4 hours compared to EST.
Hi, I am trying to create an API in Runtime, and call it in ACS.Javascript action's is :function main(params) { for (var i=0; i < params.count; i++) { return new Promise (function (resolve, reject) { var resp = { statusCode: 200, headers: { 'Content-Type': 'application/json' }, body: {msg: 'Hello' + params.firstname} }; resolve(resp); }); } } In ACS, I have a workflow and I target 10 contacts.For theses contacts, I would like call my API, and recover "Hello <firstname>" as result. This workflow fail, and I got the error below (but no more details....) : What is wrong ? Can you help me on this subject ? Thank you,Regards,Aurélien
Hi All,Getting below error while using Debugger in adobe io action: Ready, waiting for activations! Use CTRL+C to exitActivation: 25814aa7acea4aa3814aa7acea0aa38a2020-11-05T16:29:12.398684400Z Trying to get remote schemas from aio-lib-state cache ...2020-11-05T16:29:14.379643716Z 2020-11-05T16:29:14.379Z @adobe/aio-lib-state:error {2020-11-05T16:29:14.379702016Z "sdk": "StateLib",2020-11-05T16:29:14.379713916Z "sdkDetails": {2020-11-05T16:29:14.379721316Z "key": "schemas"2020-11-05T16:29:14.379728616Z },2020-11-05T16:29:14.379735316Z "code": "ERROR_BAD_CREDENTIALS",2020-11-05T16:29:14.379742416Z "message": "[StateLib:ERROR_BAD_CREDENTIALS] cannot access underlying DB provider, make sure your credentials are valid",2020-11-05T16:29:14.379750316Z "stacktrace": "StateLibError: [StateLib:ERROR_BAD_CREDENTIALS] cannot access underlying DB provider, make sure your credentials are valid\n at new <anonymous> (/code/Node_code_Repo/lead2loyaltyaio-nodejs/node_modules/@adobe/aio-lib-co
Hello, I'm trying to set up my environment by following the instructions in this link https://github.com/AdobeDocs/adobeio-runtime/blob/stage/quickstarts/setup.md .In order to test wsk CLI, I I executed the command "wsk list" but it shows the error "The API host is not valid: An API host must be provided."Could you please tell me how to fix this error?Thank you.
Hi Team,Our use case is mentioned below.The client is having an existing third-party system where Audience details are created and stored. The third-party system has APIs for sharing the Audience Data. We want to import this Audience Data from this third-party system using their APIs into Target for a personalized experience of imported Audience.For our use case, we have to invoke our custom action as soon as the app deploys. I tried to invoke the app as soon as app deploy by following the below link "https://adobeio-codelabs-alarms-adobedocs.project-helix.page/?src=/lessons/lesson2.html" but not able to achieve it.Can anyone please look into the attached file and suggest the fix. Attaching the manifest.yml file for reference. I have just change the generic > index.js file to return a message and logging. In manifest.yml file, I have made changes and added triggers to run the generic > index.js action every minute. I tested it by using the command aio rt activation list but
For a client i am setting up an Adobe Stock API for integration on their webshop.If i choose to create it i keep getting this error. I have tried different browsers. I have been in contact with Cristopher from Adobe support however he referred me here to ask this question. Hopefully someone can help me further.
I'm trying to create a headless application which essentially just transforms some JSON and puts it into the Adobe Analytics Data Insertion.The call into the analytics data insertion doesn't seem to require any authentication.I don't want to remove the `require-adobe-auth` from the manifest but I'm not sure what my options are if I do that?All I'm trying to do is to call an external service. I don't need to add an API or anything that requires auth but I'm just getting a bit lost in the documentation. I've been asked to explore using basic auth for this but I just don't know if that's possible. Thanks
I added a workspace to my Project Firefly project but I can't find how to remove it.Is this possible?Thanks
Please ignore
Hi, My application to Adobe Firefly pre-release program was accepted. However, I don't see Firefly project template in Adobe I/O console. What should I do to gain access to Project Firefly ? Thanks,Kunal
While checking the runtime docs, I can see that the I/O runtime uses DB for storing and retrial of user details and action code.In some pages the doc says Couch DB and other pages it says Cosmos DB. Could you please clarify this?https://www.adobe.io/apis/experienceplatform/runtime/docs.html#!adobedocs/adobeio-runtime/master/quickstart.mdhttps://www.adobe.io/apis/experienceplatform/runtime/docs.html#!adobedocs/adobeio-runtime/master/overview/howitworks.md
is it possible to send out emails to users somehow? assume I have the email address from the desired user, any chance to send a message?
I have some .env variables I want to pass to all actions. Until now, I added the variables in question as params to all actions in the manifest.yml file. but too often I changed something and forgotten to change the manifest as well.question: is there a way to have "real env variables", without adding them to all actions? I tried to use env vars starting with "__OW_" but that was not a success...any hints hiw to do that?
I'm in the process to write an action that should download data from Adobe Analytics (API 1.4). the overall action already takes about 30 seconds if I reduce the action to a minimum (will need to run a few times in a row by alarms). however, I run into timeouts in the beginning when the action took longer than about 60 seconds. my questions are:- what's the exact limit for the execution time in the UI?- what's the limit for the execution time if the action is running headless (triggered by alarms)?- any option to increase those execution times? thanks for your support!
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.