python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
how to make BQ extract from table to GCS files use encoding utf-8
I am trying to run a bq job that that does the export to GCS files, how can I make it to extract them with encoding UTF-8
the part am using to extract is:
new JobConfigurationExtract()
.setSourc...
Mee
Votes: 0
Answers: 0
How to download a Signed Google Storage URL on client machine
I have this code that creates a signed URL to download a specific file in my bucket:
exports.download = functions.https.onRequest((req, res) => {
const userID = req.query.userID;
const download...

Nathan
Votes: 0
Answers: 1
How do you download files from gs cloud for tensorflow tutorials
I'm trying to follow some of Tensorflow's tutorials. Specifically this one:
https://www.tensorflow.org/lite/tutorials/model_maker_object_detection
It has a step that uses files in Google cloud storage...
nlbutts
Votes: 0
Answers: 2
How Can I Transfer a File From Google Bucket to Google Compute Engine VM
I have set up a Windows server on Google Cloud. I also have a Google Storage Bucket. I want to transfer a zip to the VM. How can I do this?
user2920627
Votes: 0
Answers: 1