Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pydriveV3

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pydriveV3

A package that wrap over the google drive v3 apis

  • 0.1.2
  • PyPI
  • Socket score

Maintainers
1

PyDriveV3 is a wrapper module for Google drive API v3 enabling easy server to server communication. In order to use PydriveV3 with your application you need a Google service account. Please follow steps here <https://support.google.com/a/answer/7378726?hl=en>_ to create a service account.

Requirements

  • Python
  • Developer account in google
  • Service account key json

Installation

$ pip install pydriveV3

Sample usage

from pydriveV3 import Client

client = Client('service_credentials.json')

files = client.get_all_files()

Documentation

Please visit <https://gist.github.com/Afsalms/6fa6f747056af7d4e8274aec2e323e9e#file-pydrivev3documentation>_ for documentation

Contribution

Pull requests are welcome.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc