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

I can't upload my text file to firebase storeage #267

Closed
dnshshkr opened this issue Mar 4, 2023 · 9 comments
Closed

I can't upload my text file to firebase storeage #267

dnshshkr opened this issue Mar 4, 2023 · 9 comments

Comments

@dnshshkr
Copy link

dnshshkr commented Mar 4, 2023

I've followed the instructions and set all the parameter accordingly. The code seems fine when it comes to writing something into SPIFFS but when it comes to uploading it to the firbase storage it says "File not found". Please help, thanks.

@mobizt
Copy link
Owner

mobizt commented Mar 4, 2023

This repository is for the library that works with RTDB database and legacy Firebase Cloud Messaging only.

@mobizt mobizt closed this as completed Mar 4, 2023
@mobizt
Copy link
Owner

mobizt commented Mar 4, 2023

You should read comments in the library examples carefully.

@mobizt
Copy link
Owner

mobizt commented Mar 4, 2023

That is because file name you provide to the upload function does not exist in flash filesystem.

You can upload the sketch data using the upload tool plugin in Arduino IDE by creating the data folder with your files inside at the same path of your sketch file.

The simplest way to test without upload sketch data is testing with download example first.
Then test upload example with the file that you download previously.

@dnshshkr
Copy link
Author

dnshshkr commented Mar 4, 2023 via email

@mobizt
Copy link
Owner

mobizt commented Mar 4, 2023

Don't just say because it can't help anything.

You should post your code and all the debug message on serial to see what's wrong in your code.

@mobizt
Copy link
Owner

mobizt commented Mar 4, 2023

Please use Github instead of using Email reply.

Repository owner deleted a comment from dnshshkr Mar 4, 2023
@mobizt
Copy link
Owner

mobizt commented Mar 4, 2023

As I said, you should post your code not snippets and all Serial debug.

Don't waste my time with just little information.

@dnshshkr
Copy link
Author

dnshshkr commented Mar 4, 2023 via email

@mobizt
Copy link
Owner

mobizt commented Mar 4, 2023

The issue will be fixed soon. I will inform you when it is available.

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

No branches or pull requests

2 participants