Guides

Open Widget With All Options

Here is a code sample that initializes the Connector with all available options set to their defaults.

FileSpin.initConnector({ serviceToken: "INSERT_YOUR_SERVICE_TOKEN", lang: "en", //Connector Dialog language - en, fr, de, es, zh, ja maxSelection: 30, hideOnMaxSelect: false, dialogTitle: { en: "FileSpin Connector", }, });