Adobe Express Developers
Recently active
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 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
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.
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?
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
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
Hello everyone,# Issue with Adobe Express Embed SDK - animateFromAudio Quick Action## Environment- SDK Version: v4- Browser: [Microsoft Edge Version 132.0.2957.115]- Client ID: Properly configured in Adobe Developer Console- Implementation: Web application using vanilla JavaScript ## What I'm Trying to AchieveI'm trying to implement the animateFromAudio quick action to create animations from audio files using the Adobe Express Embed SDK. The goal is to allow users to upload an MP3 file and convert it into an animation. ## Current ImplementationI've followed the demo example, github and sdk from the documentation: javascript const docConfig = { asset: { type: "image", dataType: "base64", data: base64Audio // Base64 encoded audio file } }; const appConfig = { callbacks: { onCancel: () => {}, onError: (err) => { console.error('Error:', err); }, onLoadStart: () => {}, onLoad: () => {}, onPublishStart: () => {}, onPublish: (publishParams) =&
I see the following messages when running the examples from https://github.com/AdobeDocs/cc-everywhere “Adobe Express is not available”.“You do not have access to this service. Contact your IT administrator to get access.” With the Adobe account I’m signed in with, I do have access to Express. Reproduction1. I downloaded the example from Github and followed the instructions.2. I installed local certificates.3. Server is running on www.jowan-deisgn.vercel.app Allowed domains includes that localhost port.
I see the following messages when running the examples from https://github.com/AdobeDocs/cc-everywhere “Adobe Express is not available”.“You do not have access to this service. Contact your IT administrator to get access.” With the Adobe account I’m signed in with, I do have access to Express. Reproduction1. I downloaded the example from Github and followed the instructions.2. I installed local certificates.3. Server is running on https://localhost:8000 Allowed domains includes that localhost port.
Issue Description: We have implemented a CSP policy on our website to enhance security and protect against various types of attacks. However, we're experiencing a specific CSP violation related to framing content from 'https://quick-actions.express.adobe.com/'. The error message states: Refused to frame 'https://quick-actions.express.adobe.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self' staging.paraclete.ai".Expected Behavior: We expect to be able to embed content from 'https://quick-actions.express.adobe.com/' within frames on our website without encountering CSP violations.Steps Taken: We have reviewed our CSP policy and confirmed that it includes 'self' and 'staging.paraclete.ai' in the 'frame-ancestors' directive. Despite this, we're still encountering the aforementioned violation.Request for Assistance: We kindly request your assistance in resolving this issue. Could you please provide guidance on how we can adjust o
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 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
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.
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 ?
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
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.