amanda_h
Adobe Employee
amanda_h
Adobe Employee
Activity
‎Aug 11, 2024
10:32 PM
@Elegant39013351w6b2 , Please share the API key with me at njalal@adobe.com
... View more
‎May 08, 2024
08:23 AM
1 Upvote
I nee help too please!, I also have the same issue with localhost:3000
... View more
‎Apr 30, 2024
05:15 AM
Thank you for the update! Unfortunately it seems the issue still persists? More info in the other thread https://community.adobe.com/t5/adobe-express-embed-sdk-bugs/invalid-psd-url-when-loading-the-editor-...
... View more
‎Jan 04, 2024
12:30 PM
Hello @Jayce340590922h6l - 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 @amanda_h your key (steps are all on the guide) to get your key enabled. Thanks
... 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 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 15, 2023
05:01 AM
It was it! Thank you Amanda!
... View more
‎Nov 06, 2023
04:14 AM
Yello. Can I test your site please? Sincerely, JacksXR
... View more
‎Oct 02, 2023
12:58 PM
SDK = Software Development Kit.
API = Application Programming Interface.
Web App = Any interactive service offered over the Internet. Examples of Web Apps include search egnines, online forms that collect and process data, shopping carts, online payment processors, video streaming, social media, online games, etc...
See these related links:
HTML: https://www.w3schools.com/html/
CSS: https://www.w3schools.com/css/
Javascript https://www.w3schools.com/js/
Node JS: https://www.w3schools.com/nodejs/
... View more
‎Sep 15, 2023
09:03 AM
link broke, here you go https://chat.openai.com/share/d1d3b8fd-bb34-4853-b9f3-1c08f0c12a7a
... View more
‎Sep 14, 2023
03:44 PM
Hi Amanda, After saving the video URL link from the SDK, when attempting to fetch the URL for uploading the video file to S3, an issue consistently arises, displaying the following message: Error downloading video: o {message: 'Network Error', name: 'AxiosError', code: 'ERR_NETWORK', config: {…}, request: XMLHttpRequest, …} Do you have any ideas or opinions? Thanks, rtinfow
... 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
‎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 28, 2023
02:05 PM
Hi @kalichaudhary -- I recall your interest in the new version of the SDK. Please fill out this form with the required info if you'd like to be added to the beta. https://adobe.ly/embed-sdk-signup Best, Amanda Huang
... View more
‎Jun 02, 2023
04:17 AM
@amanda_hThank you for your response. Can you please share some code snippet as I'm trying to do this in Laravel
... 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