You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you choose a different drive to save to, such as a second hard drive or a usb drive, it should save successfully.
Actual Behavior
If you choose anything other than a location on the c:\ drive it will fail to save and throw an error.
Steps to Reproduce
On Windows, connect to a usb thumb drive or external hard drive
Create or open a project
Choose File > Save to your computer
In the file browser that opens up, navigate to the usb drive and try to save it.
Note: an error appears (see screenshot above) that says
Save failed:
D:[file name].sb3
EPERM: operation not permitted, mkdir 'D:'
Operating System and Browser
Windows 10. Can not reproduce on Mac.
The text was updated successfully, but these errors were encountered:
On 3.20.1, I was able to save in D:\asdf (after making that directory). I wasn't able to save in D:\ but I think that's expected with default Windows permissions. I did get a reasonable error message:
In theory you should be able to save anywhere if a) the user has permission to save in their temp directory, and b) the user has permission to save in the actual destination they choose. I think LOTS of stuff would break if the user didn't have permission to save in their temp directory, but maybe the way we find the temp directory is somehow different from convention in some situations.
TL;DR: I wonder what's special about the situation described in ticket 319562
Expected Behavior
If you choose a different drive to save to, such as a second hard drive or a usb drive, it should save successfully.
Actual Behavior
If you choose anything other than a location on the c:\ drive it will fail to save and throw an error.
Steps to Reproduce
On Windows, connect to a usb thumb drive or external hard drive
Create or open a project
Choose File > Save to your computer
In the file browser that opens up, navigate to the usb drive and try to save it.
Note: an error appears (see screenshot above) that says
Save failed:
D:[file name].sb3
EPERM: operation not permitted, mkdir 'D:'
Operating System and Browser
Windows 10. Can not reproduce on Mac.
The text was updated successfully, but these errors were encountered: