question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Any way to export files?

See original GitHub issue

In v2 there was a way to export files via

filepicker.exportFile(url,
      {
        container: 'modal',
        suggestedFilename: fileName,
      },
      blob => {
        console.log(blob);
      },
      error => {
        console.log(error);
      });

Is there any good way to do this in the new api?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
niemyjskicommented, Jan 12, 2018

@stvpalumbo you can do this really easy as it returns a Blob object by passing it to filesaver.js (https://github.com/eligrey/FileSaver.js)

saveAs(await this.client.retrieve(id, { dl: true }), 'filename.jpg')
0reactions
raf66commented, May 12, 2020

I see “Planned” back in May 2019. It’s now May 2020. Any progress on this feature request?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Export data to a text file - Microsoft Support
Run the Export Wizard · In the Access Navigation Pane, right-click the source object, point to Export, and then click Text File. ·...
Read more >
How to export a file to another app on your phone or tablet
Tap the “⁝” (vertical ellipsis on Android) or “…” (ellipsis on iPhone/iPad) next to the file or folder you'd like to export. Tap...
Read more >
How to export files in various formats from Photoshop
Open your file in Photoshop. · Go to File > Export > Export Preferences. · Set your Export preferences, such as format, quality...
Read more >
Export Files - Oracle Help Center
Select No to make a new customized export. See Export File Details. The export file operation typically consists of the following steps: The...
Read more >
Export your data from Google Docs, Sheets, Slides, Drawings ...
You can download files that haven't been deleted. Learn how to download your data. If you're using a work or school account, some...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found