Adobe Express Developers
Recently active
Hello , We want to leverage Adobe firefly AI feature in our application and as per adobe doc adobe firefly API isn't available yet though it has been integrated with Adobe express & Adobe photoshop. Hence we are thinking to use the Adobe express SDK plugin in our application and the expectation is once its up and running we should be able to leverage the Adobe firefly AI feature. https://developer.adobe.com/express/embed-sdk/docs/guides/ I have two questiona. It seems the API key is disabled by default and it needs to be enabled ,i have sent an email to <email address removed by moderator> as suggested in the doc for activation. <email address removed by moderator> could you please help me in enabling it. Once the adobe express sdk is integrated to my application, will i be able to leverage adobe firefly feature as i don't see any API or methods exposed to invoke the firefly in the adobe express plugin. Feel free to provide your view or
Hi, I've setup my sdk in my app but I keep receiving "Adobe express is not available", please see image. I've specified allowed domains: my-app.test. But keep receiving this error, also on my production site when I configure it. What is going on here?
Hi everyone, I am looking for a Developer specialised in Adobe Express Embed SDK. If you can help with setting up a web2print plattform and embedding Adobe Express Templates, please contact me under alfred.oberhauser@gmail.com.
As the title states, after calling terminate(), I am unable to call initialize() again without throwing an SDK_ALREADY_INITIALIZED error. I've created a minimal example here https://github.com/aelitneg/adobe-express-embed-sdk-bugs Our workaround att he moment is to put the CCEverywhere instance into React context and persist it throughout route changes as we are using Webpack chunks.
Hello, I have read and seen multiple posts around providing access to the Express tool without having to force user to sign up... Example https://community.adobe.com/t5/adobe-express-embed-sdk-discussions/bypass-login-for-adobe-express/m-p/13663686#M38Trying to get an update on this? We are going for premium and would like to have our customers manage their assets within our platform without any external login, they can rely on our account since every saved item can be fetch via projectIDIs this possible or any solution around this?Also, see attached image... can we disable or remove the account and chat icon in the toolbar? We just want our users to save and download.
Via onPublish's callback we have the following information of output data, we would like to validate the output file in our end (output file size, bitrate, time/duration). But these information is not found in the callback of onPublish or any hook provided by Adobe SDK.Could you please take a look and guide me how to get these information?
Hey! I'm trying to use the callback to call a function onPublish, just as the example in https://developer.adobe.com/express/embed-sdk/docs/guides/full_editor/create_project/. But it is returning 'Uncaught (in promise) ReferenceError: Cannot access 'e' before initialization'. What could it be?
Hi there, Has anyone else experienced Google Chrome crashing multiple times today? I'm assuming there was an update to the SDK recently - could it be down to that? This has occurred specifically whilst editing stock video footage in the embedded panel. Tried all the normal things to try and rectify it - restarting computer, clearing cache, etc. Then disabled 'Use hardware acceleration when available' in Chrome in the hope that it would help but we're then blocked from using the Express app saying our system is not supported (see attached screenshot below). I have since updated my Chrome version to the latest version but I'm curious whether this is part of a wider, known issue. I'm concerned that customers using Express within our app might be experiencing the same issue.
I have a project in Laravel, now i'm trying to connect with Adobe Express. My API key was authorized, the url that in working in is: http://127.0.0.1:8000/adobe and i gave access to localhost:8000 in the panel of the adobe express. Should i create a new project with the 127.0.0.1:8000 url?
Can I implement Adobe Express Embed SDK in Codeigniter Project?
We are currently utilizing the Adobe Express SDK in our project, allowing our users to perform image editing tasks seamlessly. However, we have a specific question regarding user access to these editing features within the context of paid accounts. In our current implementation, users are required to log in with an Adobe ID to access and utilize the image editing capabilities provided by Adobe Express. While this login requirement is acceptable for many of our users, we are exploring the possibility of allowing image editing for paid users without necessitating the Adobe ID login step. Our objective in making this inquiry is to improve the user experience for our paid customers. We understand that the login process can introduce an additional layer of complexity, potentially discouraging some users from fully utilizing the editing services offered. With this in mind, we would appreciate your insights on whether it is feasible to grant paid users access to image editing features without
I am getting a:```INVALID_IMAGE_DATA_URL: Provided asset does not have the correct structure required for imagesError: Provided asset does not have the correct structure required for images```When I try to start the editor with a video asset. Images work fine. Curiously enough if I switch the asset type back to video and try with an image, it will also give me that same error. I've tried adding .mp4 to the URL also.```inputParams: { asset: { type: "video", dataType: "url", data: getVideoFullEditor(selectedMedia), },},```
Hello, I looked at the documentation and in QuickActions I didn't find the option to convert to SVG, although it is available on the Adobe Express website, it is not in the SDK?
Refer to this documentation, the close() function returns boolean value: Return true once if the close operation was successfulReturn false if the operation was unsuccessfulI already call close() once and the return value is true. The active design seems be closed too based on the documentation however I try close() again, the return value is still true.1. May there any active design still active somewhere? 2. Could you please list some cases when the operation turns to be unsuccessful? I already found only one case when the CCEverywhere is not initialized, I am so curious if there is any other case which cause the close opration unsuccessful.
Hello Community Team, I am Kevin from AiVOOV.com. I want to develop the Express add-on and for that I need the CLI (Command Line Interface) access. Can you please help me on this? Regards,Kevin
Iam creating a digital asset management software and as part of this want to create thumbnail. I would like to know if there is any API or sdk support for this conversion. Sorry is this is posted since Iam new to adobe community.
Hello,My name is Jackson and I am keen to learn about programming and coding to create my own flows. Can someone please give an example of how they used JavaScript library in Adobe Express in their web application.And is this achieved thru an API?
Hi amandah, I have a question about how these 2 parameters work. I see this line in the SDK > imageQuality but don't know exactly what it means: -> description:"Value between 0 and 1 to control the quality of the image.\nCurrently, only supported for ImageFileType.JPEG and for getRendition API."
Hello , i had already photography plan ,then i discovered adobe express when i deiced to join this i found its contain photoshop and firefly can i replace photoshop with illestrator
Hi,When using the URL to return a file instead of base64 (because URL is required for video), we are able to view the file in our web app interface by putting the src into an img or video tag. This is how Express Embed works out of the box with URLs: returning a blob URL (on Adobe's S3) after Saving a modal session that was authenticated with our client key.A video returned this way can play fine on our page via this blob URL without CORS errors. But we need to do more than just show the file. We need to get the returned file from Adobe's S3 and hand it over to be uploaded into our own Rails web app's import system, which will transcode and ingest the file into our database and store the transcoded streaming files on our own S3.So we have tried Fetch and XMLHttpRequest to copy the blob data over but they give us CORS errors - even though the blob plays fine on the page. Must be a setting in the CORS header/security policy that blocks this? How best to do this?T
Anyway to change the zIndex of the Express iframe? I'm having trouble with other elements popping over the actual Express client.
Getting an issue with starting the Express SDK.Refused to frame 'https://new.express.adobe.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self' localhost:3000".I have localhost:3000 included in my allowed domains. My referrer is localhost:3000.
Hi, I’m having trouble saving a video file from an Adobe Express video link using JavaScript due to consistent 'Network Error' issues. Are there any APIs or alternative methods you can recommend for achieving this?
Hey,I'm developing an app that provides users with pre-designed templates. When trying to pass a design project ID as inputParams made in account X to another user with a different account, I get an error. Is it be possible to pass the project ID as inputParams made in account X, to any user that opens the full editor with their account. In other words, passing templates made by me (in my account) to my users, so that they can open them with their own account, and edit them as they see fit without changing the original design made in my account.Thanks.
Is there a way when the user is finished creating their design and clicks on save, to save back multiple output types (ie a PNG and a PDF) at the same time.
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.