Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Describe solution for downloading files within the app iframe #955

Open
krzysztofwolski opened this issue Sep 22, 2023 · 0 comments
Open
Assignees
Labels

Comments

@krzysztofwolski
Copy link
Member

  • by default, iframe blocks downloading files, which can cause issues for apps
  • describe how this error manifests (lack of allow-downloads flag in the iframe)
  • describe the solution:
    • generate the download link
    • open it in a new tab using the AppBridge redirect action

Product Feed app can be used as a reference (it generates XML files which can be downloaded)

@krzysztofwolski krzysztofwolski self-assigned this Sep 22, 2023
@2can 2can added the apps label Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants