Skip to content
New issue

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

File is downloaded on Download directory, but it dont shows correctly (v 2.0.1-dev.3) #64

Open
FrancoTerranovaJob opened this issue Jan 8, 2025 · 1 comment
Labels
question Further information is requested

Comments

@FrancoTerranovaJob
Copy link

Hi! Great work.

Im having a problem on android 10, I'm creating a File on Dart and download it using this plugin, it is stored correctly on Download directory, but i still need to navigate to: Internal Storage/Download to finally see the file.
Im using Google Files App. Any idea of what can be?

Here is the code:
await FileDownloader.writeFile( content: const Base64Encoder().convert(bytes!), fileName: '${DateTime.now().toString()}.xlsx', extension: 'xlsx', );

And here is what I mean with navigate to internal storage directory

Imagen de WhatsApp 2025-01-08 a las 12 09 24_12ef14de

Imagen de WhatsApp 2025-01-08 a las 12 09 24_4ebba79e

@FrancoTerranovaJob FrancoTerranovaJob added the question Further information is requested label Jan 8, 2025
@abdallah-odeh
Copy link
Owner

Hello @FrancoTerranovaJob,

the Downloads/ dir is indeed inside the internal storage,
this would be the same behavior on the OS's file explorer, the only difference is in the OS's file explorer you will already be inside the InternalStorage so you don't have to click it again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants