New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pcs-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pcs-api

A library that gives a uniform API to several personal cloud files storage providers (Dropbox, Google Drive...)

1.0.2
PyPI
Maintainers
1

Personal Cloud Storages API abstracts providers and gives a uniform API to access several personal cloud storages. As of today, the following providers are supported: Dropbox <https://www.dropbox.com>, hubiC <https://hubic.com>, Google Drive <http://www.google.com/drive/>, CloudMe <https://www.cloudme.com>.

API provides the following methods:

  • list/create/delete folder
  • upload/download/delete blob (a blob is a regular file)
  • inquire about user and about used/available storage quota.

The API is available in many languages (Java, android and Python 2.7).

Some samples programs showing how to use pcs_api are availables in the repository samples directory.

Refer to https://github.com/netheosgithub/pcs_api for more documentation.

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