Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

230
Views
How to upload files to Google Cloud using JavaScript only?

I am wondering if it is possible to use JavaScript to upload files directly to Google Cloud without having to use Node.js or anything else. I keep searching online but all I find are tutorials with Node.js.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

As mentioned by John Hanley :

For objects smaller than a few hundred MB, yes, you can easily write an upload function in pure JavaScript. When objects are large (>100MB) then you need to implement multipart uploads and that gets complicated quickly.

You can refer to the link where a complete description of how to upload files in Google cloud storage using Javascript. You can also generate signed URL for file upload. You can try multi part upload for the large size uploads where mentioned:

XML API multipart uploads in Cloud Storage. This upload method uploads files in parts and then assembles them into a single object using a final request. XML API multipart uploads are compatible with Amazon S3 multipart uploads.

For more information You can refer to the stackoverflow answer, where various methods for the uploading and tracking the progress of files in cloud storage have been mentioned.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!