Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
HiWhy the api www.adobe.io/apis/creativecloud/lightroom/apidocs.html#/albums/createAlbum only allows "project" and "project_set" as subtype ?...This entry is not relevant to Lightroom App (the plan without PS) . Maybe it can be used in LR Classic. I wanted to automate album creation by parsing metadate - LR app filters doesn't have AND, OR ability so I've made a code for myself here. Please add "collection" and "collection_set"). Thank you in advance and best regards
I try to create an adobe access token in a headless action. first I tryed to use aio-lib-ims but this fails to include in the action (maybe an issue with the core library and their dependencies?) is there any easy way to create an adobe access token having all data in the .env file?
Hi,I am trying to utilize the PDF embed API.When I create a new project, I need to provide the allowed domain.my domain is https://pages.mysite.com. When I try to add it I get an error message "Domain https://pages.mysite.com/ is invalid"Any ideas how to support https? Thanks!
Is there a way to turn up the rate of events sent to a webhook in adobe.io events? We're currently seeing a rate of around 300 requests/min. For large changes, we would like to be able to send events at a much faster rate. Is there a way to do that?
Hi, I want to use https://adobedocs.github.io/lightroom-api-docs/#api-presets-presets_post. The question is how can I buy it? Where can I review pricing? I am using adobe console, but "Lightroom / Camera Raw API" is disabled (https://community.adobe.com/t5/image/serverpage/image-id/69497i84451C01F6FE5FCD/image-size/large?v=1.0&px=999)
Hi, That's been a month now that we are trying to understand how we can get access to Lightroom / Camera Raw API (https://adobedocs.github.io/lightroom-api-docs) from inside our integration.We cannot "activate" it because it's "grayed out" as you can see there :We have contacted chat support / phone support and mail support without any clear answer. It seems nobody from Adobe is able to explain us how to access their own exposed product.If anybody knows something it would be really appreciated 🙂 To be specific, we juste need to be able to apply a given preset to a given image through an API service. Just like this example :https://www.adobe.io/apis/creativecloud/photo-imaging-api/api-demo.html ! Maybe this API is not the one we want, so if you have any hint about that they are more than welcome 🙂 Thanks a lot ! Best regards,
Working with the Adobe I/O PDF Embed API and while I can embed PDF documents successfully, none of the form fields are working. I've created the PDF numerous ways and while I can interact with the form fields when opened directly in Adobe Acrobat, the embedded version is treating them like an image rather than fields. Is there something I need to do in order to have them be interactive?
I'm trying to get a successful /lrService/presets call. I got myself a token and assembled a request according to https://github.com/AdobeDocs/lightroom-api-docs#presets but I always get a 400 Bad Request response with a completely empty body. Any ideas?That's my request:{ "curlopts": { "HTTPHEADER": [ "authorization: Bearer eyJ4NXUiOiJpbXNfbmExLWtleS0xLmNlciIsImFsZyI6IlJ...GElSq1Pg", "Content-Type: application/json", "x-api-key: 448...2c0f" ] }, "json": { "inputs": { "source": { "href": "/files/input.jpg", "storage": "adobe" }, "presets": { "href": "/files/preset.xmp", "storage": "adobe" } }, "outputs": { "href": "/files/output.jpg", "storage": "adobe", "type": "image/jpeg", "overwrite": true } } }
I'm using the Lightroom API to upload images following the tutorial, but noticed when I request the offline_access scope from ims/authorize/v2, in addition to the lr_partner_apis, I get a I get a callback that says invalid_scope.Does the lightroom partner api not offer offline_access? I'm hoping to use it so that my app can leverage the refresh tokens and avoid having the user re-login every 24 hours.
Hi team -I'm working with a Third-party tool to extract Adobe CC subscription information out of the dev console via API, however in the tools instructions, we need to access the User Management API to set up the necessary permissions. Speaking with my customer, it appears this User Management is not available even though the customer is logged in as an administrator of the account. Is there something that would be preventing this "User Management API" not being available?
Hi, Somebody in the team had done smart content integration via Adobe Developer's Console. One works fine (dev) but the other doesn't (non dev). The second integration fails and the reason that I was informed was: The wrong IMS profile is used or is not given the right permissions to use Smart Content. Both profiles are giving different results. It looks like "Smart Content" is not available in the projected product context for the I/O project being used in second case.. I am not sure I understand this well, because even in the second project I can see the smart content API is already added as a connected API. What does it mean a wrong IMS profile is used or lacking permission. What permissions are needed? What should be an appropriate IMS Profile for doing an integration via Adobe IO Console? Thanks ahead! @cxs504
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://github.com/AdobeDocs/adobeio-samples-customers-dashboard However the same error when making a call to either getprofiles or send-promo.Below is the debug stmts when debugging thru VS code GET-PROFILES 020-07-01T17:43:01.358544100Z 2020-07-01T17:43:01.355Z [main /260965-campaigndashboard-stage/customers-dashboard-0.0.2/__secured_get-profiles] info: Calling the main action2020-07-01T17:43:01.361061600Z 2020-07-01T17:43:01.360Z [main /260965-campaigndashboard-stage/customers-dashboard-0.0.2/__secured_get-profiles] debug: {"LOG_LEVEL":"debug","__ow_headers":{"accept":"*/*","accept-encoding":"gzip, deflate, br","accept-language":"en-US, en;q=0.9","authorization":"<hidden>","c
Hi Team, My requirement is to set a custom header in the request which Adobe IO makes to the 3rd party API. It is a GET request. Can anyone suggest how can i achieve this. This is Adobe provided code-base, so i am not able to find where is the actual request getting triggered in Adobe IO. Regards,Saleem
Hello,I'm trying to create a Firefly app to integrate with ACS API and meet below use cases though I'm unable to find relevant APIs. Please point to the relevant API details.1. I want to fetch data (especially tracking data) about the deliveries like number of sent, delivered, bounced, opened, clicked messages, etc. and display that on the UI similar to dynamic reports in ACS. I'm unable to get any API related to Deliveries.2. The above use case is similar to the use case mentioned in webinars around a workflow dashboard/ heat map in firefly (similar to ACC). Is there a reference implementation available for this? I'm trying to build that and I can find getWorkflow(workflowID) which will get a single workflow but nothing to fetch list of all the workflows I have referred below documentation:https://github.com/adobe/aio-lib-campaign-standard#CampaignStandardCoreAPIhttps://experienceleague.adobe.com/docs/campaign-standard/using/working-with-apis/get-started-apis.html?lang=en#working
Hi Team,Can you please provide inputs on below points:1. How can we get list of activation IDs for a specific date. We have tried 'wsk activation list' and 'wsk activation list --skip 50 --limit 50' but we are unable to see the activation IDs for 12 Nov. We also tried --since and few other flags but none worked. Can you please share the syntax to fetch logs for 12 nov 2020.2. Are these activation logs created only during deployment or they get created even when hits come to the runtime actions. Our understanding is that they get generated during the hits as well. Please confirm3. How can we access splunk logs to get activation IDs for older duration4. What all details does 'https://console.adobe.io/' site provides. How can we get access to the same and what details within this site will help during debugging5. How can we clean the cache of runtime actions as on production namespace we generally cache the response of Adobe I/O runtime actions6. For how long does the Adobe I/O runtime ac
Need active engagement from runtime team to help troubleshoot this live issue.
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
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.