Adobe Express Developers
Recently active
Hi there, I'm hitting a stumbling block attempting to get the Express Embed SDK to load. I can see a number of other posts in this forum highlighting the same issue, but the threads seem to go quiet with no solution, so I'm raising it again. I've tried following the Quickstart Guide instructions, both in my own app, as well as running the sample app, and both approaches I keep hitting the same issue: Adobe Express it not available I've tried to generate new credentials, new projects, but no success. My applications are running with HTTPS and a matching hostname.
Hi, I got the following error message with a UUID:1d4edeab-48a6-4caa-8eda-1471978e3dee How can I follow up on that and find out what the error was? Thanks
Hi, I am trying to test the "Convert to SVG" feature from Quick Actions in the Adobe Express SDK. I cannot get it working in my local, following the necessary steps. I see the "Adobe express not available" error when clicking the "Convert to SVG" button. I have downloaded the embed-sdk-samples repo from GitHub and set it up locally.I have created a project in the Adobe developer console and connected it with the Adobe Express Embed SDK service.Added localhost:8000 domain to test from my local. Updated the client-id and the appName in the relevant html files in local setup, mentioned here (https://github.com/AdobeDocs/embed-sdk-samples/blob/main/code-samples/cc-everywhere/v4-sample/sample.md#step-1-clone-the-sample).What am I missing here? Please helpBest,Selva
When I uploaded the picture, I found that the picture could be uploaded to base64 or url through createWithAsset. I thought whether the video could be uploaded to base64 after local upload, because I failed to upload the video when testing Alibaba Cloud memory, so I wanted to do a test by local upload.
Hello everyone,I'm using the Adobe Express Embed SDK v4 to build a web app that lets users create artwork and export it back to the app. Before exporting, the SDK prompts the user to log in, which triggers a popup or redirects through an iframe, handling the login process via the IMS API and storing the session in the browser.The challenge I'm facing is logging out users once they finish using the app, allowing the next person to log in. Since the login is managed by the popup (and not directly by my domain), I can't access or clear the session data saved in cookies or local storage by the IMS API.This disrupts my workflow, and I'm looking for a solution. I considered using OAuth 2.0 with a manual login and logout button, but the Adobe Express Embed SDK manages login internally and doesn't require OAuth 2.0 since it uses API credentials.Any suggestions or ideas would be greatly appreciated. Thanks!
Just recently started getting this error on attempting to load the editor with our own media on startup: INVALID_PSD_URL: Provided asset does not have the correct Photoshop Document Error: Provided asset does not have the correct Photoshop Document The integration has been working fine for months. I don't see any updates in the changelog that would break this. The editor works fine when started without any media.I am using a URL to load the media into the editor.
Hello Team,I would like to know why only 5 domains can be allowed against an API KEY.lets say ,Im having an application with the following domains.USapp.myapp.commyapp.company.comINapp.myapp.inmyapp.company.inSAapp.myapp.samyapp.company.sa...more dc on the same pattern.what would be the recommended way to map adobe embed sdk to the application.Looking at what I have in hand ,I can map 2 dc's to a single API KEY & submit for review & continue.Thank You
I urgently need help on this.Our embeded SDK implementaiton was finished and published on the https://mailboxx.appMy app review was also approved and everything was working perfectly. However, I started getting the Adboe Express is not available Error on my production. The credentails are not changed
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.
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.