Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To get started, install the Squirro Toolbox. It can be done it either using Toolbox or . You will also need access to a Squirro server. This can be achieved either by using https://squirro.atlassian.net/wiki/spaces/BOX or launching a server on start.squirro.com.

Getting Started

This tutorial uses the code examples from the official OneDrive connector.

...

When creating an app for local testing using a Squirro in a box, use the local host redirect URL e.g. http://localhost:8300/dataloader/onedrive_plugin/pl/azure/authorized

When creating an official Squirro app app to be used by a dataloader deployed on a server on http://start.squirro.com , please use the following URL:

  • https://start.squirro.com/oauth2_middleman

...


When registering the OAuth2 application to production usage http://start.squirro.com do not register plugin-specific URL, but instead register oauth2_middleman endpoint URL.

...

Code Block
languagetext
flask==2.0.1
flask_dance
requests

The file lists all the required packages, with one package dependency per line. More information about data loader dependencies: Data loader plugin dependencies

...