Tag: google-drive
- Tux Drive - A Command Line Tool to Access Google Drive from Linux (20 Sep 2017)
One of the most boring things we need to perform in life is using the Google Drive. On one hand, so useful is this tool provided by Google (so many cloud GBs for free, yay!) but on the other hand, the web interface to access those files is not quite...
- How to create a Google Drive App in PHP (02 Jan 2017)
This is the second article in the drive series for web programmers that aims to explain how to use the Google Drive API in your web applications to access files/folders on behalf of your logged-in users. One of the basic tasks here is to authenticate to google and access the...
- How to create a Google Drive App in Flask (29 Dec 2016)
This is the first in a series of articles for web programmers that explain in detail about using the Google Drive API in your web applications to access files/folders on behalf of the users of your application. In my last project, I had to develop a python flask app for...