Skip to content

Instantly share code, notes, and snippets.

@otarza
Last active August 5, 2016 18:13
Show Gist options
  • Save otarza/8b67eba765713b014dff3a77902e520d to your computer and use it in GitHub Desktop.
Save otarza/8b67eba765713b014dff3a77902e520d to your computer and use it in GitHub Desktop.
Send files to Dropbox and Google Drive from Drupal

Dropbox

Save a specified URL into a file in user's Dropbox. If the given path already exists, the file will be renamed to avoid the conflict (e.g. myfile (1).txt).

Create a new file with the contents provided in the request. Do not use this to upload a file larger than 150 MB. Instead, create an upload session with upload_session/start.

Google Drive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment