Google drive API javascript #1 | Upload file, Search folder, Create folder to google drive in JS

Поділитися
Вставка
  • Опубліковано 5 січ 2025

КОМЕНТАРІ • 32

  • @eliaschen
    @eliaschen 7 місяців тому

    OMG this is what i'm looking for, Thanks !!!!

  • @thenoob3198
    @thenoob3198 2 роки тому +2

    THis is an amazing tutorial!!!!

  • @debu4118
    @debu4118 2 роки тому

    Any suggestions for performing same job in VBA script ( Excel) or apps script (Google sheet)?

  • @AdemGENCmuttafi
    @AdemGENCmuttafi Рік тому

    Hello,
    Thank you for this work and sharing.
    I'm an amateur and I have a question for personal use.
    Can a directory be automatically loaded with its contents on my website using cron jop?
    And can this uploaded backup be downloaded to the server when needed?
    Thank you

  • @Katarina_happy
    @Katarina_happy 6 місяців тому

    How to set video only view but cant download with google API. Help me plus, i need set this setting for many video😢

    • @Katarina_happy
      @Katarina_happy 6 місяців тому

      How to set video only view but cant download with google API. Help me plus, i need set this setting for many video😢

  • @rafaelsales9958
    @rafaelsales9958 2 роки тому +2

    is it possible to allow any user to access my solution and upload a file without them having to log into their google account? In this case, it would remove the authentication from the header.

    • @markgame9682
      @markgame9682 Рік тому

      x2

    • @mranarquia1029
      @mranarquia1029 Рік тому

      @@markgame9682 you could do it??? I need create many google sheets in only one acount through javascript button in a web page

  • @JoseAntonioCabañasGervasio
    @JoseAntonioCabañasGervasio 10 місяців тому

    Hola excelente video, que hago si no me reconoce la clase "gapi"

  • @bouazzaiskandar9032
    @bouazzaiskandar9032 2 роки тому

    hello sir, i would be thankfull if you suggest me a solution for my problem, so I am trying to make an app where I input a google drive link of a folder than it returns me the URLs and the names of the file contained in the entered folder URL, so do i need to use google drive API or there is an alternative ?

    • @hacodes
      @hacodes  2 роки тому

      May done with drive api, contact me on FB, I'll give you documentation or may give you source code for that, FB page link is in about of channel

  • @suryasudeep3124
    @suryasudeep3124 2 роки тому +1

    Could you please make a video on searching for a name in excel using javascript

    • @suryasudeep3124
      @suryasudeep3124 2 роки тому

      @@hacodes Thanks Sir
      I will wait for the video

  • @razorjhon2622
    @razorjhon2622 Рік тому

    Is there anyway to give a share permission to specific people after uploading the files ? also if it possible is there anyway to authorize list of files with JWT token on the frontend ?

    • @hacodes
      @hacodes  Рік тому +1

      Yes, you can enable "share to everyone" for a file using API, and documentation must have that. Other, everything going on frontend, authorization and access of file. For more info contact me on FB.

  • @fazekas100
    @fazekas100 Рік тому

    thanks for the amazing tutorial bro , I´m trying to send a pdf file instead of a txt how can I do that ?

    • @hacodes
      @hacodes  Рік тому

      You just need to change metadata name and mimeType in upload function. Also provide blob of the PDF file.

  • @FrankGP.Systems
    @FrankGP.Systems 2 роки тому

    make one to use images and videos on the web with url

  • @muhammadusmanakram406
    @muhammadusmanakram406 2 роки тому

    The code in the video is different than the code in the website link you provided and its not working.

    • @hacodes
      @hacodes  2 роки тому

      The code in the website is just to explain. Scroll down to the bottom of the blog page, if you want demo then click demo link and if you want complete source code written in video, click on the source cod link.

  • @TuanTran-pq9eb
    @TuanTran-pq9eb 2 роки тому

    After upload, how can we get download link of uploaded file

    • @hacodes
      @hacodes  2 роки тому

      You can get help from the second part of this video

  • @abhishekvishwakarma2645
    @abhishekvishwakarma2645 2 роки тому

    Great

  • @balsjenza
    @balsjenza 2 роки тому

    How to get the project app verified in google cloud?

    • @hacodes
      @hacodes  2 роки тому

      You need a domain with project published. Provide some details about your project name, logo, privacy, scopes your are using in api and a demo video on how user use your project. After some days they verify your project.

    • @balsjenza
      @balsjenza 2 роки тому

      @@hacodes okay. thank you.

    • @balsjenza
      @balsjenza 2 роки тому

      I can't use the features if it's not verified right? I am only going to use the app for a school project and not really publish it to the web.

    • @hacodes
      @hacodes  2 роки тому

      You can use all the features without verify your app. But when user login with Google then Google says it's un verified app. This is just one thing, No other disadvantage of unverified app. If app for school students then no matter it's verified from google or not.

    • @balsjenza
      @balsjenza 2 роки тому

      @@hacodes Okay thank you so much. You greatly help me.