How to resumable upload with google drive node.js
Hey since google drive was changing their library I´am not able to upload anymore files bigger than 5MB with the basic upload drive.files.create . The docs told me that I have to choose resumable uploads instead. But google drive didn´t provide any sample code and aswell I can´t find anything on google. Maybe it´s important to know that I can upload files smaller than 5MB with the drive.files.create So there is no problem with the auth. https://developers.google.com/drive/v3/web/resumable-upload I wrote this POST request(Also not working with PUT): var fs = require('fs') var request = require(