You are trying to store the file in the root directory of the emulated sdcard. This is not possible anymore... see also Some basics on Android storage system
Probably you prefer to store the file to shared storage? What do you plan to do with the file after storing? Use file scope = Shared and filename /Downloads/yourFilename.csv and set the default file scope in the Screen1 properties of the designer to Legacy
Taifun