GoogleCloudPlatform / google-cloud-iot-arduino

Google Cloud IOT Example on ESP8266

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

opened this issue · comments

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?

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