Copy link to clipboard
Copied
Hi everyone,
I'm trying to ambed Adobe Express in my Laravel project. I want that user can edit and download the images that are specified by me. Like I added the 5 images in a user account when he logged in he can edit that by clicking on image.
Is this also possible that user don't need to login and download the modified version?
1 Correct answer
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 Expre
...Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
@amanda_hThank you for your response. Can you please share some code snippet as I'm trying to do this in Laravel

