Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Hi. I found out that I can init firefly app for assets compute workers. So I did created firefly project in io console having assets-compute APIs added. Then I was able to init my new project using AIO CLI that generated for me simple worker that simply creates rendition by copying source asset.Local tests went fine. I run worker locally thanks to the aio-cli-assets-compute, i can run assets compute devtool. However, I couldn't test my worker wither locally or once deployed to io runtime. Does this suppose to work already or its something that's not suppose to be available officialy yet ?I can share more details (logs, etc) if required.
Hi, I want to publish the developed Adobe Illustrator CEP in creative cloud so that my users can download and use it directly. But I have a problem, the link <https://technologypartners.adobe.com/>doesn't open. Is there a new link?I've tried to find other ways within the official website, and only the photoshop and xd plugins can be submitted within the developer console.How to publish Illustrator plugins? Thanks for your time!
I am using I/O events to make external calls. It is failing as the the destination server only allows requests from Specific IP's. Looking for a list of IP's that Adobe uses for making webhook calls.
I am attempting to set bounding boxes on a PDF using coordinates, however after searching the documentation for Embed API I cannot find any related information. Are bounding boxes over the PDF supported in this API?
Hello, I am trying to run a App Builder project with the following command: aio app run However, I am getting this error in the terminal: OpenWhiskError: Unknown Error From API: self signed certificate in certificate chain Please let me know what's wrong. Regards, Saif
Hi Team, I have a published workspace for Production. I am listed a System Administrator in the IO Console for the corresponding project, however everything appears to be "Read Only" for said workspace (I am not able to add services, public keys, etc).I have not found any documentation besides this in regards how to proceed when it comes to update this kind of published workspaces. For example, does my user need any different level of access in the admin console?Any advise here would be appreciated.
Hi Team, We have been able to connect from our local environments to our workspaces in IO Console. However, when we deploy to the Cloud Manager (we have followed all instructions from here), we observe a NPE during registration of the event provider since the var/enventproxy is not populated (the node is created as folder instead of unstructured and remains empty after deployment completition). Any successful example delivered to the Cloud Manager would be highly appreciated by our Team to be used as reference or any advise regarding this case as well. Thanks.
I am developing a plugin using Photoshop SDK.Clause 6.2 of the Adobe Developer Additional Terms (https://wwwimages2.adobe.com/content/dam/cc/en/legal/servicetou/Adobe-Developer-Additional-Terms_en-US_20210624.pdf) states:1. My plug-in should be in the Adobe SDK menu item, but not in the Some name menu item (see image).2. About Dialog of My Plugin should contain information about Adobe (see image).Did I understand correctly?Thanks for the help.
Hi,Here am trying to use actions has webhook listener and events are triggered from 3rd party where request will be in JSON structure.When JSON params are picked from function its getting shuffled. ex;Expected:"message_delivery_report": { "message_id": "01FJJY1FJDSKWN22RGMF23ZH5R", "conversation_id": "01F64Z48R4CD1216GD0CRC0DDK", "status": "QUEUED_ON_CHANNEL", "channel_identity": { "channel": "Test", "identity": "XXXXXXX", "app_id": "" }, "contact_id": "01F64Z48P3SPTX11B5B8G410N2", "metadata": "" } Actual: "message_delivery_report": {"channel_identity": {"app_id": "","channel": "Test","identity": "XXXXXXX"},"contact_id": "01F64Z48P3SPTX11B5B8G410N2",
I need to automate y workflow by using sensei API for cutout and mask generation. I can upload and download the file using Java servlet doGet and doPut methodIn the curl i have specified the following"input":{"storage":"external","href":"https://<>com/download?fileName=/work/passport/adcd/test.jpg"},"output":{"storage":"external","href":"https://<>com/upload?qquuid=adcd","mask":{"format":"soft"} The doPut method is invoked. But i am not sure how to write the content to file system Is there any example of API integration with Java system end point
Job not run { "jobId": "c76b623a-abf6-426f-a8f4-e5767bd21b3d", "outputs": [ { "status": "pending", "created": "2021-11-24T20:08:06.529Z", "modified": "2021-11-24T20:08:06.529Z" } ], "_links": { "self": { "href": "https://image.adobe.io/pie/psdService/status/c76b623a-abf6-426f-a8f4-e5767bd21b3d" } } }
My firefly app no longer shows up in my list of apps since Project Firefly switched App Builder. I still have access to the project in the project console. None of my permissions have changed and I am a super admin of all Adobe products. Not sure what happened... Firefly apps App builder apps... Update: I can no longer run the project locally either due to invalid credentials. My org ID has not changed, and I am using the aio-sdk to authenticate with my same project credentials I have always used. Do these credentials expire? 403: request is invalid, reason: failed authorization. Please verify your token and organization id.
Adobe IO Rest service throwing error. Here is the engineering ticekt raised for the below error.IOEXT-65. Please provide the cause and solution. Here is the code we are using. var processEnv = process.env; var namespace = processEnv.__OW_NAMESPACE; var auth = processEnv.__OW_API_KEY; //console.log("Namespace: " + namespace); //console.log("After processEnv"); let state = await libState.init({ ow: { namespace, auth } }); Error:2021-11-05 14:37:50.196 INFO [com.tdl.pwa.core.workflows.PushHomePageDataToWorkflow] /content/tcp-pwa/pwa/en/homepage payload response is {"payload":{"response":{"headers":{"date":"Fri, 05 Nov 2021 09:07:49 GMT","x-request-id":"ps4Fp5sx7nNbkS3Y7IsapCuMda4xfLrl","content-length":"636","x-azure-ref":"0ZfSEYQAAAADL1oxU5e3iQripQ6dy0+JoU0lOMzBFREdFMDIwOABiNzdiNjYz
I am trying to setup a webhook for an Adobe IO event. It is failing on the validation step. For the asyncronous validation (https://www.adobe.io/apis/experienceplatform/events/docs.html#!adobedocs/adobeio-events/master/intro/webhooks_intro.md#asynchronous-validation), I am getting a URL that doesn't appear to be formed correctly. There is an example below where there are XXXXs in the url. Should the XXXXs be in the URL? The example in the documentation does not include them. {"validationUrl":"https://csm.adobe.io/csm/registrations/validate?id=<hiding id>&challenge=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX6782"}
I am configuring AEM SPA SSR which requires a remote content renderer. Adobe recommends using Adobe IO Runtime. Where do I locate the URL I should use for this? https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/developing/hybrid/ssr.html?lang=en#adobe-i-o-runtime
command --> aio cloudmanager:environment:list-variablesError:(node:13632) UnhandledPromiseRejectionWarning: FetchError: request to https://cloudmanager.adobe.io/api/programs failed, reason: unable to get local issuer certificateat ClientRequest.<anonymous> (C:\Users\ssss\AppData\Local\@adobe\aio-cli\node_modules\node-fetch\lib\index.js:1483:11)at ClientRequest.emit (events.js:400:28)at TLSSocket.socketErrorListener (_http_client.js:475:9)at TLSSocket.emit (events.js:400:28)at emitErrorNT (internal/streams/destroy.js:106:8)at emitErrorCloseNT (internal/streams/destroy.js:74:3)at processTicksAndRejections (internal/process/task_queues.js:82:21)(Use `node --trace-warnings ...` to show where the warning was created)(node:13632) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhand
It looks like the Admin Console has been updated recently so that one must specify the products a user is meant to be a developer for. This seems like a great new addition instead of giving blanket access to all products the user has access to, but now it appears that some of the products which our organization has licensing for doesn't include the ability to set developers. How do we enable the ability to develop for all of the products we hold licensing for?
I am trying to learn something here:https://www.adobe.io/apis/experienceplatform/console/docs.html#!AdobeDocs/adobeio-console/master/services-add-api-jwt.md and it says "If you have completed development on your project and are ready to submit your application for approval, please read the project approval guide to get started."oh, good, let's click this link!but suddenly, bam!PAGE NOT FOUNDFile not foundhttps://www.adobe.io/apis/experienceplatform/console/docs.html#!AdobeDocs/adobeio-console/master/approval.md As a first experience, what can I say? I was reading the documentation, trying to understand something, not sure about anything, it is not very intuitive you know, at the first reading and not being able to finish, well, it is never funny not being able to finish. You have to understand that in a way.
Hello,I am trying to use Adobe api to extract data from the PDF,I have created JWT and access token, and with this details if I call the extract service I got the errors,https://documentcloud.adobe.com/document-services/index.html#post-extractPDFthis is the api doc which I am following,I am using this post - URL - https://cpf-ue1.adobe.io/ops/:create--------------------------------------------------------------------------here is the postman json - {"id": "e84d2f82-5285-32e0-6680-533a9c2a4aab","name": "extract-pdf","description": "","order": ["f3e21f91-cc26-27d0-90fb-3532cdc13ba0"],"folders": [],"folders_order": [],"timestamp": 1636541801954,"owner": 0,"public": false,"requests": [{"id": "f3e21f91-cc26-27d0-90fb-3532cdc13ba0","headers": "Authorization: Bearer eyJhbGciOiJSUzI1NiIsIng1dSI6Imltc19uYTEta2V5LTEuY2VyIn0.eyJpZCI6IjE2MzY1NDE5NjEyMDhfZjhmNDdkMWMtMmU2NC00ODA1LWJmMzEtN2I3MWJkMDA4MjUxX3VlMSIsInR5cGUiOiJhY2Nlc3NfdG9rZW4iLCJjbGllbnRfaWQiOiIwYTYyYzE3ZWY5NTk0MjQzYWY3ZmI
I am willing to configure caching for my IO Runtime action using the Cache Control Header - Cache-Control:max-age=1800.Although the header is coming up in response, but the action is not hitting the cache on subsequent calls. Also the header X-Cache is CONFIG_NOCACHE , which signifies that Caching has not been configured from Azure CDN (Note that IO runtime is internally leveraging MS Azure) Is there any thing else that needs to configured for this to work?Below are the cache related headers which I am currently getting as part of IO Action response:Cache-Control: max-age=1800X-Cache:CONFIG_NOCACHEx-gw-cache:BYPASS Thanks and regards,Ronit Banerjee.
Hi everyone, I'm having a pretty serious issue with Adobe I/O. To give a little context, we’re using AEM to communicate with a commerce system via Adobe I/O. We’re using the CIF OOTB framework to do so. The long of the short is that once I deploy my Adobe I/O application, everything is happy and works for a while. But invariably, within a day or two (sometimes more, sometimes less) it just kind of stops sending responses back to AEM. When checking the activations, all I can see is"error": "No activation within timeout. Please retry."And from there, it just keeps throwing"error": "The action did not produce a valid response and exited unexpectedly."And won’t work again until I wipe out the endpoints and redeploy all of them.I have no idea whether those logs are actually relevant or not, but I don't really know how to get more information than this. If the issue is truly timeout-related, I would not expect it to break Adobe I/O entirely until
HiHow to uses Adobe PDF Embed API AMP POST Adobe PDF Embed API not working AMP POSTHow to fix in this problem please tell meMy website I am using in this code <div id="adobe-dc-view" style="height: 360px; width: 500px;"></div><script src="https://documentcloud.adobe.com/view-sdk/main.js"></script><script type="text/javascript">document.addEventListener("adobe_dc_view_sdk.ready", function(){var adobeDCView = new AdobeDC.View({clientId: "<YOUR_CLIENT_ID>", divId: "adobe-dc-view"});adobeDCView.previewFile({content:{location: {url: "https://documentcloud.adobe.com/view-sdk-demo/PDFs/Bodea Brochure.pdf"}},metaData:{fileName: "Bodea Brochure.pdf"}}, {embedMode: "SIZED_CONTAINER", dockPageControls: false, showDownloadPDF: false,showPrintPDF: false, showFullScreen: false});});</script> How to use in this code amp post and page please tell me Sir
in one of the requirment informatica fetching data from flat file as source file and insert records into a temporary table temp of DB2 database. Flat file has one column as datetime datatype (YYYY/MM/DD HH:MM:SS). However, informatica fetching this column as string datatype (Since Informatica date format is different from this column & DB2). So before loading into temp table of DB2 database, I need to convert back this column into Datetime format.With Expresion transformation, I can do this but I dont know how? To_date conversion function (TO_DATE(FIELD, 'YYYY/MM/DD HH:MM:SS')) is there but it will take care of date only (YYYY/MM/DD). Its not taking care of time (HH:MM:SS) and because of this records are not inserting into temp table.How can I convert datetime from String datatype to DB2 datetime format (YYYY/MM/DD HH:MM:SS)?
When I enter in my Private key, and click generate I get an error message"There was an error generating the custom JWT. Please try again." Could someone please help with this?
Hi all, I have one investigation requirement to check if there is a way to access Assets api from Jira or other external projects. When I am looking into firefly project, it looks like it is feasible. But, I cannot find any useful docs. Any suggestions? Thanks.
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.