Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

How to upload a file from iot device into the cloud bucket #236

Open
ghost opened this issue Nov 23, 2021 · 1 comment
Open

How to upload a file from iot device into the cloud bucket #236

ghost opened this issue Nov 23, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 23, 2021

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?

@Corne173
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant