I am trying to upload a text file that I created using api file space on chrome. I can not download it. I can only view it in the Chrome browser.
location.href = fileEntry.toURL();
This is the line of code that I am currently using to download it.
Can I use the content location to upload a .txt file? if so, how?
source share