『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Adobe Express Developers
新着順
Hello agian... i can create a project but when i trie to edit i have lot of eeros and something stragnge like tihsi "https://new.express.adobe.com/new?taskID=instagram-square-post&width=1080&height=1080&unit=px&category=templates&embed=true&service-worker=true&ccEverywhereProtocolVersion=1.4&ccEverywhereHostClientId=7a3d4c96637c45a8b58e47688028885c&referrer=https%3A%2F%2Fds.innds.com&locale=en_US&embedIntegrationUnapproved=true"EMBEDINGINTEGRATIONAPROVAL= truesome one cn help me?
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?
I am getting the below error when trying to convert PDF to Excel.Adobe.PDFServicesSDK.exception.ServiceApiException: 'Error response received for the request: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (pdf-services.adobe.io:443)' i am using below code to convert the data with free tier of Adobe credentials. using Adobe.PDFServicesSDK;using Adobe.PDFServicesSDK.auth;using Adobe.PDFServicesSDK.exception;using Adobe.PDFServicesSDK.io;using Adobe.PDFServicesSDK.options.exportpdf;using Adobe.PDFServicesSDK.pdfops;using System;using System.IO;using System.Reflection;try{// Initial setup, create credentials instance.Credentials credentials = Credentials.ServicePrincipalCredentialsBuilder().WithClientId("1dc3e457fe79489897cc229d57ae107c").WithClientSecret("p8e-UM_dJ_0l_Seb0dTRi4Oi6voIAhGWXiJb").Build();string fileName = "P123879.pdf";string fil
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? 😉
I can have all the node by use editor.documentRoot to have the id of the node. I want to update value of the text node or mediacontent in the doccument by use the communication api but we cann't update the value by the id if we dont focus it by the mouse click.I expect to have the api to update the value nodes but dont select node by the mouseclick or orther by hand.I expect to set the name of the node by communication api
Hi things were working, I don't think we've changed anything and we started getting this error (see screenshot). We're getting this on both Mac and Windows in Chrome for differrent users. We're using v3 of the Embed SDK and the error happens when opening the Adobe Express modal for any of the quick actions or the full editor. I can't see anything specific in the console. Any ideas?
When utilizing the "Create Customize template" functionality within our application, which opens Adobe Express in an iframe, we've noticed that after users complete the template customization and click the save button within Adobe Express, the iframe unexpectedly closes. This behavior is not intended, as users should be able to continue interacting with the application after saving their template.Steps to Reproduce:Click on the "Create Customize template" button within the application.Adobe Express opens in an iframe, allowing users to customize the template.After completing the customization, click the save button within Adobe Express.Notice that the iframe containing Adobe Express closes unexpectedly.Expected Behavior: After users click the save button within Adobe Express, the template should be saved, but the iframe containing Adobe Express should remain open, allowing users to continue interacting with the application.
Hello We are using the embed API in our system. The console is complaining that this._previewPromiseResolve(); is not a function This is the function its coming from: _previewReady = () => { if (!this._previewPromiseDone) { this._previewPromiseDone = true; this._previewPromiseResolve(); } }; Any ideas to resolve this? Thanks
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
I have just integrated SDK into my application, and when click on sign-in, it shows:"bad_requestRequest parameters failed to meet all constraints" What did I do wrong here?
I am trying to upload psd and ai files to "Adobe Express Embed SDK" using the "createFromAsset" feature. Uploading the previous file formats leads to timeout in the call or freezes the browser tab.
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
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。