in reply to google drive

If you have problems (whether conceptually or syntactically) with this low-level approach, why not try using a high-level module such as Net::Google::Drive::Simple instead? Hopefully that will save you from having to bother about all the guts of OAuth2 yourself.


🦛

Replies are listed 'Best First'.
Re^2: google drive
by frank1 (Monk) on Sep 25, 2025 at 21:29 UTC

    i tried this, and saw some errors, actually i tried Net::Google::Drive::Simple:V3, but couldn't work for me i always prefer API in certain things

      There is no access to Google Drive without an OAuth token. The only way to get an OAuth token is human (well, browser, with Javascript and Google login) interaction.

        thank you for your advice, but i believe there should be Hack for this