Web Writable Files API: Simplifying Local File Access
developers.google.com
Web Writable Files API: Simplifying Local File Access
1–10 of 115 posts
Re: Web Writable Files API: Simplifying Local File Access
#2Re: Web Writable Files API: Simplifying Local File Access
#3Re: Web Writable Files API: Simplifying Local File Access
#4This is a great idea. One interesting consideration would be how it would handle symlinks. Would it follow them? Could that be used as an attack vector to exit the user-specified directory?
Re: Web Writable Files API: Simplifying Local File Access
#5This looks great! I hope a capability driven multi-monitor api gets some attention in the near future too!
Re: Web Writable Files API: Simplifying Local File Access
#6Re: Web Writable Files API: Simplifying Local File Access
#7[deleted]
Being able to do something offline is important. I can see how this goes forward with Google goal to get their "chrome is an OS" model.
Re: Web Writable Files API: Simplifying Local File Access
#8I'm glad they are taking a security-focused approach from the beginning of the design phase. I expect no less from Google. However, I worry that the approach of putting the end user in charge of approving/denying access to resources puts an unreasonably high burden on users. Many people simply click to dismiss dialogs without even reading them, let alone thinking carefully about what they are agreeing to. This is asking for trouble. I would rather see a sandbox approach that restricts the locations and types of files that can be read and written.
Re: Web Writable Files API: Simplifying Local File Access
#9Re: Web Writable Files API: Simplifying Local File Access
#10> The primary entry point for this API is a file picker, which ensures that the user is always in full control over what files and directories a website has access to. Every access to a user selected file (either reading or writing) is done through an asynchronous API, allowing the browser to potentially include additional prompting and/or permission checks. I'm glad they are taking a security-focused approach from t…
Which is exactly what is in the security proposal linked at the bottom of the article.