Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Specific Image

New Here ,
May 30, 2023 May 30, 2023

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?

TOPICS
Performance , User Interface

Views

252
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Jun 01, 2023 Jun 01, 2023

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

...

Votes

Translate
Adobe Employee ,
Jun 01, 2023 Jun 01, 2023

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 

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 02, 2023 Jun 02, 2023

Copy link to clipboard

Copied

LATEST

@amanda_hThank you for your response. Can you please share some code snippet as I'm trying to do this in Laravel

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines