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

amazon-drive

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amazon-drive

Amazon Drive API client

  • 2.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
increased by66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Amazon Drive Node.js Client

Simple rest client based on the cloud drive API: https://developer.amazon.com/public/apis/experience/cloud-drive/content/restful-api-getting-started

Authentication

Amazon Drive uses the "Login with Amazon" to authenticate. It is an OAuth workflow that requires visiting an Amazon login page. This means we need to jump through some hoops to get started. The good news is that you'll get an acceess_token and a refresh_token-- which allows us to renew the credentials programmatically.

Credits

Thanks to @alex-phillips for the work on node-clouddrive. I used hints in his code and leveraged the authentication server he hosts to help get me started.

See:

License

MIT

Keywords

FAQs

Package last updated on 20 May 2017

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