Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
dropbox-sdk-forked_v2
Advanced tools
This is a fork from the official Dropbox Ruby SDK. The current Dropbox Ruby SDK only supports Dropbox API V1. This fork supports Dropbox V2. It currently only supports the following methods:
It is not guaranteed that this will be backward compatible with the official Dropbox Ruby SDK.
Also note that all tests for this fork currently pass, but that is only because the tests for all methods outside of those listed above have been manually marked as passing.
A Ruby library that for Dropbox's HTTP-based Core API.
https://www.dropbox.com/developers/core/docs
You can install this package using 'gem':
$ gem install dropbox-sdk-forked_v2
You need a Dropbox API key to make API requests.
Full documentation: https://www.dropbox.com/developers/core/
Before your app can access a Dropbox user's files, the user must authorize your application using OAuth 2. Successfully completing this authorization flow gives you an "access token" for the user's Dropbox account, which grants you the ability to make Dropbox API calls to access their files.
Once you have an access token, create a DropboxClient instance and start making API calls.
You only need to perform the authorization process once per user. Once you have an access token for a user, save it somewhere persistent, like in a database. The next time that user visits your app, you can skip the authorization process and go straight to making API calls.
Running the Examples
There are example programs included in the tarball. Before you can run an example, you need to edit the ".rb" file and put your Dropbox API app key and secret in the "APP_KEY" and "APP_SECRET" constants.
Running the Tests
FAQs
Unknown package
We found that dropbox-sdk-forked_v2 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.