I am beating my head against a wall over here trying to figure out how to let users on chromebooks upload documents stored on their chromebook. I download a document to their documents folder using chrome. Then in the api, have the descriptors for external storage read/write (despite no external storage anyway on chromebook), on app startup I ask for file permissions and the dialog pops up, I accept, File.permissionStatus returns permission given. Then after I try File.browse dialog off a buttonclick and I browse to the "documents" directory and no files are there. It feels like I'm in a virtual storage system separate from the chrome OS. Does anyone have any help on this as I can't see to find anything helpful on the internet.
~ JT