Adobe Express Developers
Recently active
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)
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 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!
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,
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.
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
i have created account on and added the project and included the adobe express sdk and gets the api key when wehn i use if after intialization i got the error :Adobe Express is not available You do not have access to this service. Contact your IT administrator to gain access.
Hello,I encountered the issue that "SDK already initialized". So I try to terminate the active ccEverywhere object by using terminate() function but it does not exist, you can check it in the image below.I am importing SDk from: 'https://sdk.cc-embed.adobe.com/v3/CCEverywhere.js'The questions are:1. How can I use terminate() function?2. If there's no terminated() function, how can I get rid of "SDK already initialized" error?
Dear community, I want to upload photos from Lightroom to Adobe Express for editing, but I don't know how to connect the programs. I have a paid corporate account (and of course I'm logged into both programs with that account), but in Express I only see the option "Upload from device" and not from anywhere else, such as Lightroom. I'm using the Adobe Express Progressive Web App on a Macbook Pro. Anyone able to help? Thank you and best wishes, Maria
Has anyone added the Adobe Express Embed SDK to a Wix site before? If so, do you want to take on a freelance job and add it to my Wix site? 😉
Hi, I just started getting an error when trying to iinitialize with https://cc-embed.adobe.com/sdk/v4/CCEverywhere.js I was using 'https://sdk.cc-embed.adobe.com/v3/CCEverywhere.js'; (whcih I got from website last week) but it seemed to stop working and then swaped to v4 link and now getting this error https://sdk.cc-embed.adobe.com/v4/targets_config.json 403 (Forbidden) regards Adam
Hi, I am embedding the adobe express SDK in my application under enterprise account. I wanted to pre-configure login in the SDK window so that user need not to login and can use the text to image functionality available under media tab. Is there a way to pre-configure login instead of prompting the user to login eachtime.
hello there, i am working on adobe express 1. i created project then add api express sdk then i got only client id i have one api for login then it redirect to adobe page but i got this errorinvalid_requestI want to get accesstoken via client id so i fetch user details from access token in nodejs so please helpme
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 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.
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?
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.
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
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.
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.