amanda_h
Adobe Employee
amanda_h
Adobe Employee
Activity
‎Mar 14, 2024
09:33 PM
We will be pushing a few changes to the SDK today (thanks to your early feedback and support):
- callbacks are no longer set in the initialize method
- Every API now accepts appConfig. Callbacks are now part of appConfig.
The documentation has been updated accordingly, and the sample will be updated shortly.
... View more
Adobe Employee
in Adobe Express Embed SDK Discussions
‎Mar 13, 2024
05:31 PM
2 Upvotes
‎Mar 13, 2024
05:31 PM
2 Upvotes
We're so excited to announce that the Adobe Express Embed SDK v4 is now publicly available. There are a number of breaking changes as we've changed the way the SDK is initialized and broken each workflow (full editor, quick actions, and modules) into individual classes. Each class contains method names that are more verbose and should simplify the way developers use our SDK. Read our changelog here.
What's new in v4?
👉 Callback functions are specified in the initialize API. More verbose, intent-driven method names across the board.
👉 Modules are contextual, mini-editing experiences that you can surface to your users. The modules available at this time are text to image and image editing. Text to template and other modules are on the way.
👉 Delayed login is now available.
👉 Additional export options are available -- have more control over how the user continues editing in the full Adobe Express editor.
Get started
👉 Quickstart guide
👉 Sample
When should I migrate by?
We do not plan on deprecating v3 of the SDK anytime soon so if you are already using v3, your team can plan the migration at your own pace. Using v4 brings new editing experiences, performance benefits, and the latest of Adobe Express to your users! If you are using v1 or v2 of the SDK, please move over to v4 as soon as possible. Both of those versions are no longer maintained and will be deprecated soon.
... View more
‎Mar 12, 2024
10:47 AM
1 Upvote
Hi @mchampton -- can you share your client ID (API key) with me via email? amandah@adobe.com
... View more
‎Nov 29, 2023
10:32 AM
Hi Shina --
Here's our current stance: we do not plan to support no-login with the Embed SDK. We will support, however, delayed login in the near future. This will allow your users to finish completing their editing tasks before being prompted to sign-in. Login can be simplified by relying on Google YOLO to streamline your users' experience with the integration. After sigining in once, their info is remembered for the remainder of that browser session.
You cannot disable or remove elements of the full editor UI (like removing the account info and chat bar). You are able to modify those export options (Download, Save, etc.)
Best,
Amanda Huang
... View more
‎Nov 29, 2023
09:52 AM
Hi @Shina. -- Just tested your integration from both of your registered domains. You should be good to go!
Best,
Amanda
... View more
‎Nov 15, 2023
05:29 PM
You want to make sure you have initialized the SDK again on this page where you are calling `createDesign`.
... View more
‎Nov 13, 2023
10:53 AM
Hi @Melissa33514305qsyg - please follow the steps in the guide here to get a key: https://developer.adobe.com/express/embed-sdk/docs/guides/quickstart/
Once you're done, send me your key (steps are all on the guide) to get your key enabled while we're in public beta.
... View more
‎Nov 10, 2023
12:23 PM
Hi Vitor --
I just tested from the key you emailed me and it's working from `localhost:3000` -- please ensure that you are calling from a secure URL (https as opposed to http -- that might be what's causing you problems).
Best,
Amanda
... View more
‎Nov 10, 2023
10:40 AM
Hi @Vitor Felippe33472296va7e --
You don't need to create a new project, you can just edit your existing project in Developer Console. Navigate to the project, click "API Key" on the left panel. Then click "Edit Credentials" on the top right. You can then edit your allowed domains as needed.
Best,
Amanda
... View more
‎Oct 27, 2023
01:43 PM
Hi -- thanks for sharing your error. I recall enabling your integration. Any domains you have registered to your project are subsequently allowed to embed the SDK content. The error you are seeing may be an error on our backend -- you shouldn't be seeing someone else's registered domains. We had some caching issues last week and some developers faced similar issues. Let me investigate this and get back to you.
Best,
Amanda
... View more
‎Oct 17, 2023
02:18 PM
1 Upvote
Hi @Crazy32972058gaf6 --
Nice to meet you! Thanks for sharing your question.
While I understand your rationale for wanting no-login, we do not plan to unlock no-login for the Embed SDK. With each project that is created in the editor, an Adobe Express project is created/saved for that user (in their Express projects) for later access. Getting rid of the login would inhibit this re-editing workflow.
Your concern about added complexity potentially causing users to drop off from editing workflows is valid and something we as a team are exploring. Delayed login will be available later this year or early next year and this might be the best solution for your team --- delayed login means that users can start working within the SDK modal and editing without being prompted to login until they are ready to save/publish their design. That way, the user gets to use the experience upfront.
Best,
Amanda Huang
... View more
‎Sep 14, 2023
02:05 PM
Hi @Dakota32294208qhf9 --
While we are in beta, we still need to enable your API key for development before you can access the SDK UI. Please share that with me via email amandah@adobe.com
Best,
Amanda Huang
... View more
‎Sep 14, 2023
02:03 PM
1 Upvote
Hi @JacksonXR --
Great! Once you get started with development, email me your API key and I can get your client enabled!
Best,
Amanda
... View more
‎Sep 14, 2023
02:02 PM
Hi @rtinfow --
Can you please elaborate on how you are getting this error? (what are you achieving with the SDK and where does it break?)
Best,
Amanda
... View more
‎Sep 11, 2023
08:13 PM
Hi --
Thanks for your question. Currently, you can only a projectID as inputParams that you made in the same account. Supporting custom templates is definitely something we may support in the future but not available through the SDK right now.
Best,
Amanda Huang
... View more
‎Sep 11, 2023
08:09 PM
Hi @JacksonXR --
It is achieved via a web SDK. You can learn more about what the Embed SDK is here: https://developer.adobe.com/express/embed-sdk/
If you want to get started with embedding Adobe Express capabilities in your own app, start with the SDK documentation: https://developer.adobe.com/express/embed-sdk/docs/guides
Best,
Amanda
... View more
‎Jul 12, 2023
09:11 AM
Hi @Harry Grinling --
Thanks for sharing your use case. The Adobe Express Embed SDK is designed for use with web applications.
The code you shared won't work --- instead I would set up a small web application. Additionally, you will need to run the app with https in order to successfully use the SDK. More importantly, v2 of the SDK is going to be deprecated sometime this year and I strongly encourage that you use the newest version of the SDK (still in beta). If you can share a valid Github username with me, I can add you to the private documentation. Please email me amandah@adobe.com if you want to discuss this in more detail.
... View more
‎Jun 01, 2023
08:39 AM
Hi @Owl23454777wrhp --
It is possible to launch the editor or image quick actions with a pre-selected (existing) asset loaded in. To do so, you'll need to pass asset data (in inputParams) as you are calling the API (full editor, image quick actions ).
It isn't possible for the user to download modified assets if they never log in. Delayed login is currently supported, meaning users can complete tasks without upfront login. However, at the point of save/download, we need their Adobe Express login so we can simultaneously save those projects in their Express account (projects) as well.
Best,
Amanda
... View more
‎Jun 01, 2023
08:28 AM
Hi @Kali30176697vw77 --
Thanks for the question. What you are asking for right now is currently not available in v2 of the SDK. This version will be sunsetted later this year and a new version will allow you to specify "Download" as an export option.
Best,
Amanda Huang
... View more
‎Nov 04, 2022
11:23 AM
As Erin said, scripts don't have access to persistent storage options including `window.localStorage`. This is because each script has its own execution context that is destroyed when the script is finished executing. Once we roll out UXP plugins for InDesign, that will be available.
... View more