Adobe Express Developers
Recently active
Hi team, I'm encountering the below issue while trying to initialize the Adobe Embed SDK in my web application. The error message I'm receiving is: code i am using is same code : https://github.com/AdobeDocs/cc-everywhere/blob/main/v4-sample/quickactions.html#L142 Note : I updated the client id and app name from developer console (Adobe Express Embed SDK)also the version i am using is Adobe Express Embed SDK ( V4) Thanks! Nithin Ninan
Greetings everyone. Customer wants to use Embed in such a way that, when first loaded, it comes up with a specific template already. Any clues no how to achieve this? TIA
Hello,I'm encountering an issue while trying to initialize the Adobe Embed SDK in my web application. The error message I'm receiving is: Here is the code I'm using: <script> (async () => { const initializeParams = { clientId: '<CLIENT_ID>', appName: '<APP_NAME>', }; const ccEverywhere = await window.CCEverywhere.initialize(initializeParams); const { editor } = ccEverywhere; const callbacks = { onCancel: () => {}, onPublish: (intent, publishParams) => { const localData = { project: publishParams.projectId, image: publishParams.asset[0].data }; console.log(localData); }, onError: (err) => { console.error('Error received:', err.toString()); }, }; let appConfig = { callbacks: callbacks }; const updateImage = (localData) => { image_data.src=localData.image;
How likely are you to recommend developing an integration with Adobe Express Embed SDK to a fellow developer? Full survey here!
Hi Everyone, We hope you are doing well! We’re thrilled to share the latest news about improving the Adobe Embed SDK documentation. Why this work is crucial We’re all about enhancing the developer experience for our partners and developers. This aligns perfectly with our mission to create a seamless developer journey and foster more profound engagement with our platform. What’s new Below is the list of additions and improvements we’ve worked on in the last month. Brand-New QuickStart Guide - Hit the ground running with our new QuickStart guide. It’s the roadmap to fast and efficient SDK integration with step-by-step instructions. Fresh Tutorials for Every Level: A Beginner’s Guide to Adobe Express Embed SDK- This guide will help you learn the basics and confidently embed the SDK into any app. In-Depth Full Editor Tutorial- Ready for more? Explore our detailed guide on integrating the full spectrum of editing tools. Check it out n
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
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.