You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
I need to upload a csv file from my ESP32 to the cloud bucket. Is it possible to do so? I was looking at issue #171 but don't want the break the file into 265 segments. Can use something like signed URLs to directly upload/POST the file to cloud?
The text was updated successfully, but these errors were encountered:
I don't know how you would do that using only a micro controller, but what I do know is that you can use the MQTT protocol as a "gateway" to the google cloud platform. From there the world is your oyster. You can use dataflow or cloud functions to manage the flow of data to your bucket
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I need to upload a csv file from my ESP32 to the cloud bucket. Is it possible to do so? I was looking at issue #171 but don't want the break the file into 265 segments. Can use something like signed URLs to directly upload/POST the file to cloud?
The text was updated successfully, but these errors were encountered: