Why `dashboard:file-edit-complete` does not return edited file?
See original GitHub issueHi,
Is there any way to get edited file? Because the event dashboard:file-edit-complete
does not send the edited file when it’s completed.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8
Top Results From Across the Web
Dashboard - Uppy
Dashboard. @uppy/dashboard is a universal UI plugin for Uppy, offering several useful features: Drag and drop, paste, select from local disk / my...
Read more >Cannot save edited file - Google Classroom Community
To save it, press the "Done" on top left and then press "Delete PDF". It will automatically save your last editing. Now, we...
Read more >Check out, check in, or discard changes to files in a ...
When you finish editing and check the file back into the library, other people can see your changes and edit the file, if...
Read more >Working with managed files - Adobe Support
You do not have to check out an individual managed file to edit it; ... update content in assignment packages that have not...
Read more >Why aren't the Dropbox files I've edited in the Office apps ...
Occasionally, Office may not be able to upload a file in the background after you return to the Dropbox app (for example, if...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi! You could listen to
dashboard:file-edit-complete
and then douppy.getFile()
, but we are currently not emitting the fileID it, we should, I’ll look into it, thanks!Thank you, merged and will be out in this month’s release: https://github.com/transloadit/uppy/pull/2729