We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need to add an authorization header to download the file with a http request
This method has 3 parameters, but only 2 are exposed to the API:
expo-file-dl/src/index.ts
Line 148 in 5c98fe8
The text was updated successfully, but these errors were encountered:
Yup, there seems no way to pass other http options
Sorry, something went wrong.
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 Otherwise, I'll try to get to it, but I have other issues to get to first, namely enabling this to work with Android SAF
options
downloadAsync
No branches or pull requests
I need to add an authorization header to download the file with a http request
This method has 3 parameters, but only 2 are exposed to the API:
expo-file-dl/src/index.ts
Line 148 in 5c98fe8
The text was updated successfully, but these errors were encountered: