Important changes to Tiny Cloud pricing > Find out more

Drive

Tiny Drive. A premium plugin to manage files & images.

Contribute to this page

Live example

This example shows you how to use Tiny Drive for your file and image management. For more information on the Tiny Drive plugin, see the docs.

Code:

tinymce.init({
  selector: 'textarea',
  plugins: 'image media link tinydrive code imagetools',
  api_key: 'YOUR_API_KEY',
  height: 600,
  tinydrive_token_provider: 'URL_TO_YOUR_TOKEN_PROVIDER',
  toolbar: 'insertfile image link | code'
});

Can't find what you're looking for? Let us know.

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.