Google Drive API Tutorial or Example Using Python
Google Drive API tutorial?
please watch video for the reference.
Steps needs to be done to use Google Drive API.
1. Instal pip for python (Package management tool)
2. Create project and enable the API's (https://developers.google.com/workspace/guides/create-project)
i) Open the Google Cloud Console.
ii) Next to "Google Cloud Platform," click the Down arrow. A dialog listing current projects appears. see the screenshots for reference.
iii) Click New Project. The New Project screen appears. see the screenshots for reference.
iv) Then click on CREATE
3. Enable a Google Workspace API
4. Click Enable APIs and Services. The Welcome to API Library page appears.
5. In the search field find the google drive api and select that, once selected hit enable button and after few seconds it will be enabled.
6. If you want to enable any other api you can do this same way as we did in 3-5 steps.
7. Then create Credentials and download json file from there for future reference.
No comments: