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

Sdílet
Vložit
  • čas přidán 5. 09. 2024
  • #googledrive
    Hi Guy’s Welcome to Proto Coders Point. This Video Tutorial is on how to upload files to Google Drive using NodeJS.
    Uploading a file to google drive by using nodejs code take several steps, which include steps:
    Creating Project in Google Cloud Console.
    Enabling Google Drive API.
    Creating Service Account Credentials.
    Creating NodeJS Project and Install Necessary Libraries.
    NodeJS Code to Upload File to Google Drive.
    Step By Step Guide with source code: protocoderspoi...
    Support Proto Coders Point: www.buymeacoff...
    _______________________________________________
    Comment below for any queries 😀
    Follow and support me:
    🐦 Twitter: / rajatpalankar
    💬 Facebook: / protocoderspoint
    💸 Instagram: / protocoderspoint
    Be sure to ask for help in the comments if you need any. Suggestions for future Flutter tutorials are also very welcome! :)
    For mobile application development keep learning freely from proto coders point
    Visit: protocoderspoi...

Komentáře • 36

  • @MartinA-jt1rs
    @MartinA-jt1rs Před 2 měsíci +1

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

  • @zarghamaijaz5933
    @zarghamaijaz5933 Před 8 měsíci +1

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

  • @sujoyghosh7152
    @sujoyghosh7152 Před 4 měsíci +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  Před 4 měsíci +1

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

    • @user-sp8ty2ol8m
      @user-sp8ty2ol8m Před měsícem

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

  • @abhitalekar3191
    @abhitalekar3191 Před rokem

    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....

  • @dieguete86
    @dieguete86 Před 8 měsíci +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 Před 7 měsíci

      just retrive the id in frontend

  • @colommbiano
    @colommbiano Před 3 měsíci

    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? 🙏🙏

  • @user-eu9fn3mz8u
    @user-eu9fn3mz8u Před 10 měsíci +1

    Really cool. Thanks for you work.

  • @jasser4594
    @jasser4594 Před 2 měsíci +1

    thanks it work😍😍😍

  • @testingtesting-dn4lu
    @testingtesting-dn4lu Před 4 měsíci +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 Před měsícem +1

      Thanks. That's important to know!

  • @MyCloset-x9m
    @MyCloset-x9m Před 7 měsíci

    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?

  • @Jashandeep31
    @Jashandeep31 Před 8 měsíci

    Thanks for it helped me

  • @helmi2376
    @helmi2376 Před 4 měsíci

    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

  • @siyasitalks9644
    @siyasitalks9644 Před měsícem

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

  • @fadyghanem1773
    @fadyghanem1773 Před 8 měsíci +1

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

    • @fadyghanem1773
      @fadyghanem1773 Před 8 měsíci

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

  • @wolverinegaming6144
    @wolverinegaming6144 Před 8 měsíci

    great video

  • @parth_patel2933
    @parth_patel2933 Před dnem

    what about download the file?

  • @rizmyabdulla
    @rizmyabdulla Před 2 měsíci +1

    Thanks broo

  • @FrontWaffle
    @FrontWaffle Před 11 měsíci

    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'
    }
    ]
    }

  • @HarshadGole
    @HarshadGole Před 8 měsíci

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

  • @afrographixstudio
    @afrographixstudio Před 7 měsíci

    how can i get the link to stream the uploaded file

  • @radhedairyfarm-yv5zd
    @radhedairyfarm-yv5zd Před 3 měsíci

    upload file using throw err 401 plz help me

    • @ProtoCodersPoint
      @ProtoCodersPoint  Před 3 měsíci

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

  • @winduprtama
    @winduprtama Před 4 měsíci

    does it charge your account ?

  • @anubhavanantindia
    @anubhavanantindia Před 8 měsíci

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