-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Comments
This repository is for the library that works with RTDB database and legacy Firebase Cloud Messaging only. |
You should read comments in the library examples carefully. |
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. |
Hi, I’ve tried the DownloadFile and it worked fine. It can download and read the file in Firebase Storage. But when I swap to UploadFile and change mime type to “text/plain”, the same message appeared “File not found”.
|
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. |
Please use Github instead of using Email reply. |
As I said, you should post your code not snippets and all Serial debug. Don't waste my time with just little information. |
Sorry, I’ve posted the full one.
From: Suwatchai ***@***.***>
Sent: Sunday, 5 March, 2023 4:14 AM
To: ***@***.***>
Cc: MUHAMMAD DANISH BIN ***@***.***>; ***@***.***>
Subject: Re: [mobizt/Firebase-ESP32] I can't upload my text file to firebase storeage (Issue #267)
As I said, you should post your code not snippets and all Serial debug.
Don't waste my time with just little information.
—
Reply to this email directly, view it on GitHub<#267 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AR4AWRJKUM4EHRCB6EPZTRLW2OPB5ANCNFSM6AAAAAAVPUQG3Y>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
The issue will be fixed soon. I will inform you when it is available. |
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.
The text was updated successfully, but these errors were encountered: