Farhan Kathawala

Results 19 comments of Farhan Kathawala

This will need to be done alongside the move to SAF in Android R / Expo 4`

This is a good idea. Happy to accept PRs which expose the `options` argument from here: https://docs.expo.dev/versions/latest/sdk/filesystem/#filesystemdownloadasyncuri-fileuri-options. It could be as simple as passing `options` through to the `downloadAsync` call...

You should be able to do the following: ```ts await downloadToFolder(data.fileUrl, data.fileName, data.folder, channelId, {notificationType: {notification: 'none'}}); ``` to disable notifications altogether. If you want to change the look /...

Other issues are dependent on this, namely #9

Still just waiting for a free weekend to get on it, hopefully this one!

@augustosamame From looking around, I believe this is a limitation of iOS. You are meant to provide user's with options on what they want to do with a document instead...

@Fats25 can you post the job information and details about the command you are trying to run? I suspect the command in the Popen call is malformed or missing.

@Fats25 sure post the json file here let's take a look. If you can tell more details about the job you are trying to run that might help too

@Fats25 Okay I have a hunch what might be happening here. Is the file for your job `golf_bookkng.txt` or `golf_booking.json.txt`? If so, try to rename the file to `golf_booking.json` and...

@Fats25 Makes sense. also, just in case, it needs to be `.json` not `.Josn` Exactly `.json` no capitalization either