Adobe Express Developers
Recently active
Hi,I am trying to use the containerConfig parameter to set the zIndex of the modal, however whenever I pass it into editor.createWithAsset, it throws the error ACTION_LAUNCH_ERROR. The modal does open if I don't pass in containerConfig. I am using v4 of the embed SDK.
Integration with v3 of the API was working fine last week, now I am getting this error in both my prod and development environments:In the console are errors saying "embed not allowed": Any ideas what is going wrong?Is this possibly due to 3rd party cookies being blocked?
HelloMy allowed url is like However, it still throws the same error on my www.mailboxx.app domain. And thats why my submissions is kept being rejected. This is an urgent situation. Can someone please help me ?
I realise this is not the same type of embed obviously, but as an Embed SDK user I would like to request that you enable embedding of published express projects via links. You can currently publish a video for public sharing via a link.e.g. https://new.express.adobe.com/published/urn:aaid:sc:EU:50202e3c-53be-44e8-9d4f-e91ce4c23b0b?promoid=Y69SGM5H&mv=other But that link does not allow you to embed it in an iframe. It gives an error because you have a block on embedding Express assets on other domains. It used to be possible until last year as I understand it, and then it was turned off around the time of GA for new Express. I thought maybe it was something that was forgotten, or a decision that was made without understanding the consequences. It is very unhelpful and unusual to have a published link that cannot be embedded. This would be incredibly powerful for our workflow – we are able to embed videos from every other social platform by using th
I'm currently facing an issue with the Adobe Express Embed SDK version 4, specifically when trying to embed the SDK on my website. Despite everything appearing to load correctly, I have encountered a peculiar problem: instead of displaying the document title as expected, I see the "Powered by Adobe" message.This issue occurs regardless of whether I'm attempting to create a new design or edit an existing one. I've gone through the documentation and ensured that my initialization parameters, including clientId and appName, are correctly set. Has anyone else experienced this issue, or does anyone have any insights into what might be causing this behavior? Any advice or potential solutions would be greatly appreciated.
Hi, I'm using the full editor, but in my app when the pop-up window appears, this is behind of others elements of my app, the razon is the z-index, is posible add the style z-index: 9999 !important; to the <div id="cc-everywhere-root" /> ?, the problem is the div is in inside <cc-everywhere-container-someID /> (a not defined html tag)
My code : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Text.Json; using System.IO.Compression; using log4net.Repository; using log4net.Config; using log4net; using Adobe.PDFServicesSDK; using Adobe.PDFServicesSDK.auth; using Adobe.PDFServicesSDK.pdfops; using Adobe.PDFServicesSDK.io; using Adobe.PDFServicesSDK.exception; using Adobe.PDFServicesSDK.options.extractpdf; using System.IO; namespace PDFapi { public partial class Form1 : Form { private static readonly ILog log = LogManager.GetLogger(typeof(Program)); public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { openFileDialog1.Title = "Select your PDF file"; openFileDialog1.FileName = ""; if
Hi, i'm recieving following error when exporting Video media. Exporting Images are working fine. I'm checking on Windows Chrome recent version. Access to fetch at 'https://cpf-temp-repo-an1-prod.s3.ap-northeast-1.amazonaws.com/........' from origin 'https:mydomain.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Hii everyone currently i am trying to update my express SDK version (v2 to v3) in php project and while updating i am facing issueAs i am unable to open adobe iframe on my local system it throws error like : refused to frame https://new.express.adobe.com/frame-ancestor 'self'also for local development do i need to approve my api key and domain
Hello Adobe Support Team,I am experiencing an issue with Adobe Express embedded in an iframe on my website. When I use the custom function to create content, the entire Adobe Express interface loads correctly within the iframe. However, when I try to save my work, the save button is missing, and the only available option is the insert button. Unfortunately, the insert button does not work and results in an error. The iframe then closes unexpectedly.Here are the details of the error message that appears in the console: m-web-209a6e62.js:1 unhandledRejection event emitted: Failed to execute 'createImageData' on 'CanvasRenderingContext2D': The source height is zero or not a number. DOMException: Failed to execute 'createImageData' on 'CanvasRenderingContext2D': The source height is zero or not a number.Steps to Reproduce:Embed Adobe Express in an iframe on a webpage.Use the custom function to create content within the iframe.Attempt to save the created content.Observe that the
Hello, I'm trying to delete a project from the developer console and it keeps telling me unable to delete project due to undeletable entity type API. Can someone please tell me what I need to do to get around this? Thank you.
Hello,I am reaching out on behalf of our startup. We are interested in offering Adobe Express to all our clients directly through our platform.Our goal is to provide a way where our clients can access Adobe Express without needing to log in individually or without needing the user to manualy create a project and inserting his project access key.Additionally, we intend to cover the cost of premium features based on the number of users, with our company managing the subscription payments in a global way where we don't have to lake the payments for each user individual.We have already started the initial integration of Adobe Express SDK into our application and are seeking guidance on the best practices for implementation. Specifically, we would like to understand the following:How can we facilitate access to Adobe Express for our users without requiring them to log in separately or having to manually create a project and insert a KeyWhat are the available options for managing and p
Hi,Using our web app Stornaway.io (interactive video) in a Quest VR headset with the Wolvic browser (formerly Firefox), the Express Embed modal launches and then shows an error that says it's not supported yet. Express Embed works in Meta's Browser - so please could you raise a feature request to enable Express in Wolvic too? The 2 main web browsers to use in VR are the Quest Browser (Meta's own) but particularly Wolvic, which is the new cross-platform version of Firefox for VR.Wolvic is better for our users, and it would make a difference for the workflow for Stornaway creation in VR if you whitelisted Wolvic, allowing our users to create content and access their media libraries.NB this has nothing to do with 360 video or 360VR display of Express. It is just for using the browser as a floating browser window in front of you. Great for immersive creation of interactive content using hands or controllers.While I'm here, though, a second request is to add more stock 360VR
Hi everyone, I am developing an add-on that allow user to import medias (videos/images). We integrated adobe express embedded sdk into our platform. User gonna log into to our platform and use adobe express (full editor mode). The add-on gonna fetch and show all available videos/images from user. To do this, user also need to login again one more time in the add-on to be able to get data. Do you have any ideas or suggestion so that user don't have to log in 2 times (to platform & to add-on)? I'm thinking somehow passing access_token information to adobe express embedded editor and access it from addOnUISdk object on the add-on side but it seem impossible? Any helps would be really appreciated!
When using createDesign(), I defined my output param like this:outputParams: { outputType: 'url', allowedFileTypes: ['video/mp4', 'image/png'], } But the Editor always allows to save all the types:
I'm starting the editor by passing a transparent PNG image in base64, however the editor is launched with a white background. Is there any way i can launch the editor with transparent background selected by default? Thanks in advance!
Hi, how can I contribute to template creation so that it is public to other users and can also be searched? I am referring to the "Template" panel where shows all popular templates. Basically we want to create our own templates and others can search and create based on them.
Hi Adobe Team, How do we pass in an audioURL to the animate with audio quick action? We already have user generated audio in our App that we just want to pass into the action. Thanks!-S
Dear Support Team,I hope this message finds you well. My name is Jongpil Kim, and I am a developer at Collegenie AI. I am currently working on a project on our platform test.studyola.com where we need to convert DALL-E generated JPEG images to SVG format for further editing. We are using a Django/Python environment and would like to leverage the Adobe Express Embed SDK for this purpose. Specifically, we aim to send JPEG images via the REST API provided by the SDK and receive the converted SVG images in response. However, I have been unable to find detailed documentation or examples on how to achieve this. Could you please provide any relevant information or guidance on using the Adobe Express Embed SDK for this type of conversion? Additionally, could you share the pricing details for this service? As a small startup, we would appreciate if you could consider our constraints and provide us with a suitable pricing plan.Thank you for your assistance. Best regards,
We have added authorisation using the addOnSdk.app.oauth.authorize. with AUTHORIZATION_URL similar to https://narrato.io/adobe-app/configurationWhen trying to use the Narrato Add on after creating a private listing, the pop up fails to load with Error: The "authorizationUrl" in the request does not match any entry in "oauth" permissions. To allow authorization, add the hostname of "authorizationUrl" to the "oauth" permissions array in the manifest.Upon checking the source files and debugging, we see that the manifest object doesn't contain oauth array and is later passed on to check for the domain name match which is failing. Can you look into whats going wrong. Manifest file attached.
i have followed this:https://developer.adobe.com/express/embed-sdk/docs/guides/quickstart/when i creates second api key for the same product i.e. adobe express embed sdk for the another project and using the api key and project when i try to access the adobe express adk i got Adobe Express is not available You do not have access to this service. Contact your IT administrator to gain access.
I have a video editor feature within my platform that I would be interested in replacing with Adobe Express Embed SDK. However, I don't want to have my users have to create accounts and pay to upgrade for the premium features. Instead, I'd like to be able to pay for the premium seats on behalf of the client so they won't have to create accounts or log in. Is that possible? Also, what level of customization is possible? Would I be able to have different brand spaces for each client and load different assets for them. Would love to have a call with someone if possible.
Inform you about an issue I am encountering when attempting to embed content from 'https://new.express.adobe.com/' into an iframe on our website.The specific error message I'm receiving is as follows:"Refused to frame 'https://new.express.adobe.com/' because an ancestor violates the following Content Security Policy directive: 'frame-ancestors 'self' https://.adobe.io https://.instructure.com https://*.adobe.com https://classroom.google.com https://wakelet.com'."It appears that our domain is not included in the list of allowed domains specified in the Content Security Policy (CSP) of 'https://new.express.adobe.com/'. We would like to request your assistance in resolving this issue.We believe that enabling our domain to embed this content will greatly enhance the user experience on our website.We kindly request your support in one of the following ways:Update the CSP Policy: If possible, could you please update the CSP policy of 'https://new.express.adobe.com/' to include our domain ([p
Hey developers. We're looking to get your thoughts on using the Adobe Express Embed SDK. We’ve put together a quick survey because your insights really help us improve how things work around here. Take the 2-minute survey now! The survey touches on everything from how you’re building your projects to the support you’re getting from us. Our team reads every response to make your developer experience even better.
I am using Adobe express for my website, I have few queries I want to clarify:1. After editing my image, while I am trying to download the image, I am not seeing the option to download the image in svg format( only getting png, jpg and pdf option), what config I should use to download the image in svg format ?Below is my current export config:const exportOptions = [ { id: 'download', label: 'Download', action: { target: 'download', }, style: { uiType: 'button', }, }, { id: 'save-modified-asset', label: 'Save image', action: { target: 'publish', }, style: { uiType: 'button', }, }, ];2. I have setup delayed login configuration in my code, so I am getting login option at time of dowload, is it possible by any means to download the image without login ( via some API as I am alrea
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.