Skip to main content

API for testing OAuth2 with Dropbox

Project description

Getting started

API for testing OAuth2 with Dropbox

How to Build

You must have Python 2 >=2.7.9 or Python 3 >=3.4 installed on your system to install and run this SDK. This SDK package depends on other Python packages like nose, jsonpickle etc. These dependencies are defined in the requirements.txt file that comes with the SDK. To resolve these dependencies, you can use the PIP Dependency manager. Install it by following steps at https://pip.pypa.io/en/stable/installing/.

Python and PIP executables should be defined in your PATH. Open command prompt and type pip --version. This should display the version of the PIP Dependency Manager installed if your installation was successful and the paths are properly defined.

  • Using command line, navigate to the directory containing the generated files (including requirements.txt) for the SDK.
  • Run the command pip install -r requirements.txt. This should install all the required dependencies.

Building SDK - Step 1

How to Use

The following section explains how to use the DropboxTestApiImplicit SDK package in a new project.

1. Open Project in an IDE

Open up a Python IDE like PyCharm. The basic workflow presented here is also applicable if you prefer using a different editor or IDE.

Open project in PyCharm - Step 1

Click on Open in PyCharm to browse to your generated SDK directory and then click OK.

Open project in PyCharm - Step 2

The project files will be displayed in the side bar as follows:

Open project in PyCharm - Step 3

2. Add a new Test Project

Create a new directory by right clicking on the solution name as shown below:

Add a new project in PyCharm - Step 1

Name the directory as "test"

Add a new project in PyCharm - Step 2

Add a python file to this project with the name "testsdk"

Add a new project in PyCharm - Step 3

Name it "testsdk"

Add a new project in PyCharm - Step 4

In your python file you will be required to import the generated python library using the following code lines

from dropbox_test_api_implicit.dropbox_test_api_implicit_client import DropboxTestApiImplicitClient

Add a new project in PyCharm - Step 4

After this you can write code to instantiate an API client object, get a controller object and make API calls. Sample code is given in the subsequent sections.

3. Run the Test Project

To run the file within your test project, right click on your Python file inside your Test project and click on Run

Run Test Project - Step 1

How to Test

You can test the generated SDK and the server with automatically generated test cases. unittest is used as the testing framework and nose is used as the test runner. You can run the tests as follows:

  1. From terminal/cmd navigate to the root directory of the SDK.
  2. Invoke pip install -r test-requirements.txt
  3. Invoke nosetests

Initialization

Authentication

In order to setup authentication and initialization of the API client, you need the following information.

Parameter Description
o_auth_client_id OAuth 2 Client ID
o_auth_redirect_uri OAuth 2 Redirection endpoint or Callback Uri

API client can be initialized as following.

# Configuration parameters and credentials
o_auth_client_id = 'o_auth_client_id' # OAuth 2 Client ID
o_auth_redirect_uri = 'o_auth_redirect_uri' # OAuth 2 Redirection endpoint or Callback Uri

client = DropboxTestApiImplicitClient(o_auth_client_id, o_auth_redirect_uri)

Class Reference

List of Controllers

Class: FilesController

Get controller instance

An instance of the FilesController class can be accessed from the API Client.

 files_controller = client.files

Method: get_file_count

TODO: Add a method description

def get_file_count(self)

Example Usage

result = files_controller.get_file_count()

Back to List of Controllers

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dropbox_test_api_implicit-1.0.tar.gz (13.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dropbox_test_api_implicit-1.0-py3-none-any.whl (21.5 kB view details)

Uploaded Python 3

File details

Details for the file dropbox_test_api_implicit-1.0.tar.gz.

File metadata

  • Download URL: dropbox_test_api_implicit-1.0.tar.gz
  • Upload date:
  • Size: 13.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.6.8

File hashes

Hashes for dropbox_test_api_implicit-1.0.tar.gz
Algorithm Hash digest
SHA256 8b64f371b32a769abd5b9048de429748231015a65fea95ac968a39b2d7ed9eef
MD5 7bd427198ef127ee3cd099ce32e3dba9
BLAKE2b-256 a87beaa90e24291c422a15ea10a6587822ad6dd069d703bf88cea4428c4587a7

See more details on using hashes here.

File details

Details for the file dropbox_test_api_implicit-1.0-py3-none-any.whl.

File metadata

  • Download URL: dropbox_test_api_implicit-1.0-py3-none-any.whl
  • Upload date:
  • Size: 21.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.6.8

File hashes

Hashes for dropbox_test_api_implicit-1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ce8ac3d1ea24d9b3a5f77580fa21024280a9ff70fc28946d889e5553506a6aa9
MD5 c6df72752bc6ed8421d50ef06eed049d
BLAKE2b-256 6d722db23f3d417ec1eadee9449295feec5bf0b14dccb4bf0a1a0cdc53893d80

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page