Enable the site to initiate automated actions from conditions, events, or defined schedules.

Rules File Exists Condition

A simple utility module, adds a Rules Condition that checks for access to a file entity. Very useful if your DB and files directories diverge.

Slap

Slap (Seamless Advantage Package)
Brings a set of tools to be used for the Seamless theme.

Exif Rules

What does this module offer:

  • Offers ways to erase Exif Metadata from files via Rules Module.

Nodemail

 
Delivers an email that contains an entire node's content.

EAPI node comments

This module expose the node comments in a property for Entity API. Applicable for example, Search API, Rules etc.

flux Dropbox API

Integrates with the dropbox API based upon the flux Services integration.

This is an integration module, so it does not expose any end-user functionality. It integrates Drupal with the dropbox API by integrating with the Rules module. Therefore the module integrates the BenTheDesigner/Dropbox PHP 5.3 SDK for the Dropbox REST API.

Similar projects

The Drobox client module allows users to have a "Send file" page where users can send a file directly to their Dropbox account.

Requirements

API

  • The module connects to Dropbox via the BenTheDesigner/Dropbox PHP 5.3 SDK for the Dropbox REST API and provides a clean API for developers to interact with Dropbox.
$account = entity_load_single('fluxservice_account', $id);
$stream = fopen('php://temp', 'rw');
fwrite($stream, 'Keep calm & trust Doc Brown!');
$account->client()->putStream($stream, 'doc_brown.txt');
fclose($stream);

Credits

This project has been initiated and is maintained by drunomics.

Pages

Subscribe with RSS Subscribe to RSS - Automation