-
Notifications
You must be signed in to change notification settings - Fork 423
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
[BUG] FileSaver MacCatalyst crushes when i dont have write access to the given filepath #1465
Comments
Hi @LocutusOfPenguin. We have added the "needs reproduction" label to this issue, which indicates that we cannot take further action. This issue will be closed automatically in 5 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 3 days. It will be closed if no further activity occurs within 2 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate. |
Just adding my name to this as we've just bumped into it in our app, and it's blocking a feature merge. What we see is that when you don't have write-access to the destination the awaited
For now we're using the folder picker to set a destination then manually saving the file(s) with generated filenames, but that has its own issues which is why we were trying to move to EDIT: Encountered in MCT 9.0.0. Let me know if you still need a repro. |
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
Start FileSaver (no special setup needed, as far i can see).
The Saver showing my HD (main) on the path. If i don't change it to f.e. my home dir, the sw crushing when i accept a choosen (upload) file.
This is esp bad, cause its the STARTup situation.
Feature: I would also like it have an option i can hand over at startup (where to start on path). btw: And to see the saver in my own language (its always in english, right now).
Expected Behavior
If no write access, give an error back. Not crush silently (i can only see a message in debug similar to "missing access rights".
Steps To Reproduce
see "Current behaviour"
Link to public reproduction project repository
see your own examples
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: