Adobe Express Developers
Recently active
I'm encountering an issue where a hyperlink fetched dynamically from GraphQL cannot be shortened using aem. The link, retrieved at runtime, includes a "description field" with the content path /content/test/wknd. However, the shortening process doesn’t seem to recognize it correctly. Has anyone faced this issue before, or is there a workaround to shorten dynamically generated links from GraphQL within CF while preserving the description field content?
Urgent - the Resize, Background colour and other controls have disappeared from the top of the Embed modal.Screenshot attached.This affects all our users.This is a big problem. These are vital features.Could someone reply asap to acknowledge that you have seen this and logged it, or if it's not a bug let me know why it's disappeared?I wrote about this before, but it definitely still seems like this forum is not being checked, and so I am still very anxious about this given how prominent Express Embed is in our app.I realise the enterprise customers like Miro take priority - but the disappearance of replies feels stark at times like this. My other posts are not getting responses, even the fix I posted to the Safari bug. And that bug previously mostly went unresponded to before that, after I reported it in February.Looking at the forum here, the last 2 posts from people on 22 May went unanswered, and the last Adobe employee reply was May 9, 6 weeks ago.The forum URL was changed in the me
Hi folks,@ErinF replied here in September to @JC França about opening a specific brand template where she said:An engineering team member says this:It is possible to load the Express with a specific template.createWithTemplate( docConfig: Editor.CreateWithTemplateDocConfig, appConfig?: FirstParty.Editor.EditorAppConfig, exportConfig?: ExportConfig, containerConfig?: ContainerConfig ) : void; Let us know if you need any clarification on this.Yes please, I'd like some help with it!And @Barranca helped @Pro Imaging LFP. with the issue I'm having with it, in November.Where Davide provided a Template ID copied from Adobe's own template section.When I use the templateId that Davide provided for the Adobe template:urn:aaid:sc:VA6C2:67e8c8d8-f5d0-5277-94a5-17c9b2b9bf25It works.But when I use my own published template ID (see URL) for a button image:urn:aaid:sc:EU:e7ae7e26-ad9e-469c-8a64-5f6afc8209dchttps://new.express.adobe.com/publishedV2/urn:aaid:sc:EU:e7ae7e26-ad9e
Hi, I submitted an update for my add-on FaceFactory and it's been "In review" since April 23rd. I'm wondering if everything is ok. When I sent it it said that it'd take 5-10 days to review. Chat support recommended me to write my question here.
Hi all I am new to using the Embedded SDK in my new role and I was wondering why I am getting the following error when trying to authenticate my user in order to use Express features in my web app any information would be appreciated! { message: "invalid_credentials Invalid referer or origin", stack: "Error: invalid_credentials Invalid referer or origin at https://quick-actions.express.adobe.com/static/index.a2a53cf49afb42c82427.js:1:88248 at c.invoke (https://quick-actions.express.adobe.com/static/hz-startup-otel.cfde22d5d7383eb2d39d.js:2:8031) at s.run (https://quick-actions.express.adobe.com/static/hz-startup-otel.cfde22d5d7383eb2d39d.js:2:3424) at https://quick-actions.express.adobe.com/static/hz-startup-otel.cfde22d5d7383eb2d39d.js:2:18271 at c.invokeTask (https://quick-actions.express.adobe.com/static/hz-startup-otel.cfde22d5d7383eb2d39d.js:2:8649) at s.runTask (https://quick-actions.express.adobe.com/static/hz-startup-otel.cfde22d5d7383eb2d39d.js:2:4
Attention Community Members, We want to inform you that Embed SDK V1 and V2 will reach their end of life by the end of April 2025. After this date, we will no longer support these versions. To ensure uninterrupted service, please upgrade to the latest SDK version(V4) as soon as possible. Additionally, we are now only accepting new integrations using SDK V4. For detailed instructions on how to migrate, please refer to our migration guide. Thank you for your cooperation and understanding.
HelloI'm trying to figure out how to use image/icon assets from a folder of my addon and how should be the folder structure. Maybe this is a stupid question but I've tried many ways without luck
Hello,I submitted my Adobe Express integration for approval on the 5th, I understand that hasn't been a long time, the reason I ask is that it looks like someone logged in to my app from Adobe on Tuesday using the credentials I supplied and tested it out, I can see edits to images and videos etc but I've not heard anything since that.Is that normal?
It's been over five weeks since anybody from Adobe has replied to any messages here, as far as I can see. I have an urgent bug report about Express Embed not working on Safari, raised on February 28, with a follow ip five weeks later - which has had no reply. It's now April 8. There are some other questions raised by other users which have not been replied to. One was resolved by another user, with no Adobe reply.I have another feature request that hasn't had a reply as well. When Amanda was setting this up and running it, she set an expectation that she would reply immediately and hopefully to resolve issues – and as you know, I have been delighted with this support. So the sudden disappearance of any replies from Adobe team members feels stark. It makes me worried. We have invested a lot of resources into Express Embed and made significant strategic decisions around it. Having it not work at all on a browser used by the majority of our users is a really big p
Hi, I'm upgrading adobe express embed from v3 to v4. Things seem straight forward except for exporting a file. I initiated the project with a asset video url, bellow is how I did it: ccEverywhere.editor.createWithAsset( { ...docConfig, asset: { type:'video', dataType: 'url', data: dataUrl, //url to video file }, }, appConfig, exportOptions, containerConfig ); The video is loaded successfully into the canvas but when export it, the exporting modal keep showing File upload in progress but nothing is being upload. I also notice that in browser console there are some warning log about 'Resource is missing for node'. This was working nicely in v3. So any helps would really appreciate. Version of the app: https://cc-embed.adobe.com/sdk/v4/CCEverywhere.jsPlatform and OS version: MacOS sonoma v14.1.1, Chrome Browser v129.0.6668.90Expected result and actual result: Should be able to export the project.
Hi folks,I'm very excited to see the "Record Yourself" webcam recording feature arrive in Express.But sadly the iFrame code generated by the Embed SDK does not allow camera. So we can't use it in Embed.I've allowed Camera and Microphone in Express, and I can use the Microphone when I do that - but the camera is blocked by the iFrame allow params.Can you add it, please?Here's what it gives currently. SDK v3:<iframe allowfullscreen="" class="cc-everywhere-iframe" id="cc-everywhere-iframe" style="border-radius:20px;background-color:white;" src="https://new.express.adobe.com/new?width=1920&amp;height=1080&amp;unit=px&amp;params" allow="clipboard-write; microphone; identity-credentials-get; https://new.express.adobe.com;"></iframe>It needs to have allow="clipboard-write; microphone; camera; identity-credentials-get; https://new.express.adobe.com;">See screenshots attached.Thanks,Ru
I am passing the following dictionary while calling quickAction.removeBackgroundquickActions: [ { id: 'edit-in-express', label: 'Edit in Adobe Express', action: { target: 'express', }, style: { uiType: 'button', }, }, ];However, after clicking "Edit in Adobe Express," the given zIndex is not getting applied.I am sending:quickAction.removeBackground(docConfig, config, quickActionExportConfig, { zIndex: 10000 });What should i do ?
Hi,I'm implementing the Adobe Express SDK into our app, I'm about 90% of the way there but one thing I've been attempting to do is load a video into the Video quick actions simlar to the way you can with images into the image quick actions.I've tried a few ways and the closest I've got is adding a blob into docConfigdocConfig.asset = { data: video, dataType: 'blob', type: 'video' }When I do this, the video opens in the quick action window and I thought I'd cracked it but then an Uploading Media spinner carries on spinning and eventually the video vanishes stating that the video failed to upload.I'm assuming it's trying to further upload the video into assets or something like that?I'm now starting to question if it's even possible as I realise there are no examples of loading a video into quick actions even in the Git examples and I can't find any discussion about it which I find strange but I thought I'd ask before abandoning all hope 🙂 Is this poss
Hi, I like to connect my 2 instagram account on the Personal calendar connection. Both Insta are business accounts now and should connect, but I can only see one!? Anyone with an idea why the second one is not showing? Many Thanks, B
Hi!We're excited to be near complete on our Adobe Express integration, allowing our customers to create and edit videos and images withing our Signage software.I have a few questions around things we'd like to do to make the experience as seamless for the user as possible.1. Is there any way we can know when a document is published back to us (or while they are editing) who the user is? We don;t need to know an email address (although that would be great), but some kind of id so that if a user click a document to edit we can warn them beforehand that they did not create that document or even limit the documents they can see in their company portal to documents they created. Knowing who the document is shared with also would be helpful.2. When we create a new document, it gets a document name in the form of a timestamp. Some users know they can edit it but is there a way for us to get access to that document name or even for us to be able to rename it (or give it a name before the creat
Hey! I'm currently unable to load any brand assets through the editor. When trying to open a brand, I just get an empty catalog like the image below.It works fine on https://new.express.adobe.com/, but not when viewed through the embed SDK so the issue seems to be isolated to the embed, same issue can also be verified on the demo site https://demo.expressembed.com/
Hi,I want to use the createWithAsset API. One of the parameters is createWithAssetDocConfig, which includes an asset.According to the documentation, the asset can be a PDF, but when I try to call the API with a PDF, I get the error: INVALID_ASSET_TYPE.Is PDF supposed to be supported?
Can I use the embed SDK to setup the Express instance with specfic templates, assets, and brand details? Thanks, Michael
Hi, We've had a support query coming in: A teacher in California is able to launch the Express Embed modal and login, but his students are not. In our application, they have exactly the same permissions. It seems to be a limitation from their IT department. I imagine blocking the student accounts from using cookies with Embed.Email from him after some investigation - where "Create Video in Adobe Express" is the Embed workflow: We discovered that I (with teacher credentials) am able to access the "Create Video in Adobe Express" - however my students cannot. They are able to work with Express in its own browser tab at new.express.adobe.com, download files to their workstation, then upload to Stornaway. However the "Create Video in Adobe Express" is the most seamless option which I'd like them to use. As such, I think this is an issue on our end. So in summary the students can use the full version of Express in its own browser tab but not the Embed. The teacher can use
1. Is it possible to set output asset size for `editor.create()`? I see there is a type like `OutputAsset`, but cannot see where is it used? In general I gotta confess that it's very hard to navigate trought the API documentation, since some types are missed, sometimes I see some parameteres, and later on I can land on a similar page with types for it without it.2. Is is possible to set the backgaound transparency so it initially starts with it?3. Can I set filters just like I set search query ?
Context:I have an E-Commerce site where I have integrated Adobe Express into my product page.Customer's will have the ability to Create/Edit projects through Adobe Express.Question:Is it mandatory for the customer to create a free account in Adobe Express in order to access the Editor ?If Yes, are there any discussions/implementation in progress to bypass the login access for customers.Note: I know that whatever image a customer creates/edits will get saved into his own account.
Hi, I'm trying to create project with a video by using blob type. I used createWithAsset () method with bellow configuration but the edtior show an error message and then close. So if anyone know what I did wrong please let me know, any helps would be really appericated. Version of the app: v4Platform and OS version: Chrome 131.0.6778.205 (Official Build) (arm64)Basic steps to reproduce the problem: ... // data dataUrl is a url to the mp4 file // fetch the file const fetchedVideo = await fetch(dataUrl); // covert to blob const videoBlob = await fetchedVideo.blob(); //open and upload to adobe embeded with below config ccEverywhere.editor.createWithAsset( { canvasSize: 'Video', asset: { type: 'video', dataType: 'blob', data: videoBlob, }, }, { selectedCategory: 'media', allowedFileTypes: ['image/png', 'image/jpeg', 'video/mp4'], callbacks: { onPublish: (intent, publishParams) =&
this pops up every time I try to open SDK in a localhost environment. Yes - it is set in allowed domains, yes - it has https. Could you please take a look why is this happening?Also is there a delay time between - chanigng the allowed domaind and actually seeing the change? I did a change adding a domain I wanted to test in on the production env. It din't work out. It worked out like 15 hours later without any changes from my side. Is there a way to speed this up? Also2, I have a feeling it's very random sometimes in terms of whether it opens or not. Like it's I'm not in a mood now, vibes off - not working. And starts working an hour after (again no changes). Is it because it's not yet review?
Hey everyone, I know this issue has been raised before, but we’re running into the same roadblock with V4 of the SDK. Everything functions as expected in our local environment, but once deployed to our dev instance (dev.appos.io), we hit the error: “Adobe Express is Not Available” We’ve triple-checked our API key, verified that *.appos.io, dev.appos.io, www .appos.io are all listed in the approved domains, and ensured we’re accessing the SDK over a secure HTTPS connection. I’ve scoured the forums and other resources, tested every suggested fix I could find, and still haven’t found a solution. We need to get this resolved ASAP. Any insights from Adobe or the community would be greatly appreciated! Thanks in advance.
I'm receiving this message, "Adobe Express is not available, You do not have access to this service. Contact your IT administrator to gain access." when I try to performance an action, I'm trying to use the SDK in a Google extension, but I've created a local server with HTTPS in the same port that I put in my API credentials, I tried to create a new credential but none of this worked
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
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.