The Ultimate Guide: Uploading Files to Google Drive with NodeJS using Google Drive APIs

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ธ.ค. 2024

ความคิดเห็น • 40

  • @MartinA-jt1rs
    @MartinA-jt1rs 6 หลายเดือนก่อน +1

    Thank you!!! It finally works! I had lots of problems with this before I found this tutorial

  • @abhitalekar3191
    @abhitalekar3191 ปีที่แล้ว

    This is the video I was waiting for
    I was trying to write nodejs code that can upload my files to google drive programmatically and i found this video
    Very Useful
    Thank you for this tutorial....

  • @zarghamaijaz5933
    @zarghamaijaz5933 11 หลายเดือนก่อน +1

    It worked. Thank you so much. I followed your blog. It is very well written. Thanks again

  • @sujoyghosh7152
    @sujoyghosh7152 8 หลายเดือนก่อน +1

    thnaks a lot for the video! waster over 2 hours just figuring out how to do that your video solved it in 15mins

    • @ProtoCodersPoint
      @ProtoCodersPoint  7 หลายเดือนก่อน +1

      Wow 😯
      That’s makes me motivated to make more videos in future

    • @НікітаКорчемний-г4ч
      @НікітаКорчемний-г4ч 4 หลายเดือนก่อน

      It took me a week to solve this, and then this video popped up in the recommendations ))))

  • @АндрейСадовинский
    @АндрейСадовинский ปีที่แล้ว +1

    Really cool. Thanks for you work.

  • @dieguete86
    @dieguete86 11 หลายเดือนก่อน +1

    good stuff! congrats!
    It would be awsome if you can do another video to get the photos from drive to display in my website.

    • @webdotcode
      @webdotcode 10 หลายเดือนก่อน

      just retrive the id in frontend

  • @ELMagico02
    @ELMagico02 8 หลายเดือนก่อน

    if i wanna do react form then call that api what i need to do cuz it onl yworks with file path which i cant get from react

  • @GoatNuggetz
    @GoatNuggetz 10 หลายเดือนก่อน

    can u plz upload a video to monitor a Google Drive Folder and when ever a new file added, the lfow will automatically starts in Node JS? Or else the video to download a file from Node JS to local folder?

  • @jasser4594
    @jasser4594 6 หลายเดือนก่อน +1

    thanks it work😍😍😍

  • @rizmyabdulla
    @rizmyabdulla 5 หลายเดือนก่อน +1

    Thanks broo

  • @parth_patel2933
    @parth_patel2933 3 หลายเดือนก่อน

    what about download the file?

  • @afrographixstudio
    @afrographixstudio 10 หลายเดือนก่อน

    how can i get the link to stream the uploaded file

  • @siyasitalks9644
    @siyasitalks9644 5 หลายเดือนก่อน

    can i get data from using this method ?, how can i get data using this folder id ?

  • @fadyghanem1773
    @fadyghanem1773 ปีที่แล้ว +1

    what is the max file size that i can upload?
    can i retrieve files from google drive using nodejs?

    • @fadyghanem1773
      @fadyghanem1773 ปีที่แล้ว

      and how how can i upload a file to google drive using an html form

  • @tokyo-mc2fm
    @tokyo-mc2fm 8 วันที่ผ่านมา

    when i upload files on Local Host it is working perfectly but after deployment it is not working ,can you please help

    • @ProtoCodersPoint
      @ProtoCodersPoint  5 วันที่ผ่านมา

      Please show the error or warning u are getting

    • @tokyo-mc2fm
      @tokyo-mc2fm 5 วันที่ผ่านมา

      @ProtoCodersPoint it was like "client email missing" but nvm i used cloudinary for that and it is working but something it does not opens the link of the document , do you know about that ?? , btw thank you for replying

  • @colommbiano
    @colommbiano 7 หลายเดือนก่อน

    Friend, thank you very much, I want to ask you a question, and it would be very interesting if I could make another video explaining how we can bring the files from the client side in an application in React, suppose we save a gallery of images in Google Drive and how we can see them in the application developed in React? 🙏🙏

  • @Jashandeep31
    @Jashandeep31 11 หลายเดือนก่อน

    Thanks for it helped me

  • @FrontWaffle
    @FrontWaffle ปีที่แล้ว

    Hi! I'm getting this error. Could you help me? I authorized all the permissions for the email address.'
    EDIT: Nvm I copied the code from your site and it works, ill check what's wrong
    error: undefined,
    status: 401,
    code: 401,
    errors: [
    {
    message: 'Invalid Credentials',
    domain: 'global',
    reason: 'authError',
    location: 'Authorization',
    locationType: 'header'
    }
    ]
    }

  • @winduprtama
    @winduprtama 8 หลายเดือนก่อน

    does it charge your account ?

  • @aidanpatrickkane
    @aidanpatrickkane 2 หลายเดือนก่อน +1

    You da man!

  • @HarshadGole
    @HarshadGole 11 หลายเดือนก่อน

    Does it go straight to the drive or does it first get uploaded to local storage or a server before moving to Google Drive?

    • @ProtoCodersPoint
      @ProtoCodersPoint  11 หลายเดือนก่อน

      It will directly get uploaded in google drive

  • @wolverinegaming6144
    @wolverinegaming6144 ปีที่แล้ว

    great video

  • @radhedairyfarm-yv5zd
    @radhedairyfarm-yv5zd 7 หลายเดือนก่อน

    upload file using throw err 401 plz help me

    • @ProtoCodersPoint
      @ProtoCodersPoint  7 หลายเดือนก่อน

      It’s a server error , check if you are use proper url

  • @anubhavanantindia
    @anubhavanantindia 11 หลายเดือนก่อน

    thanks, it helped. Is there anyway i can do all this in HTML itself ?

  • @testingtesting-dn4lu
    @testingtesting-dn4lu 7 หลายเดือนก่อน +1

    Hey buddy, if your service account happens to be deleted, there's a risk of losing the data you've uploaded using this method.

    • @Dipj01
      @Dipj01 5 หลายเดือนก่อน +1

      Thanks. That's important to know!