Title: DriveVault for WooCommerce
Author: Tanin's Dev
Published: <strong>9 Settembre 2026</strong>
Last modified: 9 Settembre 2026

---

Ricerca i plugin

![](https://ps.w.org/drivevault-for-woocommerce/assets/banner-772x250.png?rev=3688711)

![](https://ps.w.org/drivevault-for-woocommerce/assets/icon.svg?rev=3689555)

# DriveVault for WooCommerce

 Di [Tanin’s Dev](https://profiles.wordpress.org/tanindev/)

[Scarica](https://downloads.wordpress.org/plugin/drivevault-for-woocommerce.1.0.0.zip)

 * [Dettagli](https://it.wordpress.org/plugins/drivevault-for-woocommerce/#description)
 * [Recensioni](https://it.wordpress.org/plugins/drivevault-for-woocommerce/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/drivevault-for-woocommerce/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/drivevault-for-woocommerce/#developers)

 [Supporto](https://wordpress.org/support/plugin/drivevault-for-woocommerce/)

## Descrizione

**DriveVault for WooCommerce** allows store owners to effortlessly attach files 
stored on Google Drive directly to WooCommerce downloadable products.

Built with a fast, modern React user interface powered by WordPress core packages(`@
wordpress/components`, `@wordpress/data`, `@wordpress/api-fetch`), you can browse
folders, search files, and insert download links directly inside the WooCommerce
product editor.

### Key Features:

 * **Seamless Google Drive Connection**: Connect your Google Cloud project using
   OAuth 2.0 with a single authorization flow.
 * **Modern React File Picker**: Browse Google Drive folders, search in real-time,
   and multi-select files directly from the WooCommerce Product Edit screen.
 * **Simple & Variable Products Support**: Full compatibility with both single downloadable
   products and variable product variations.
 * **Native Google Drive Downloads**: Directs authorized buyers to Google Drive’s
   native browser download endpoint while verifying WooCommerce order access rules.
 * **Pro Add-on Extensibility**: Seamlessly integrates with the DriveVault Pro add-
   on for advanced server-side chunked proxy streaming, Google Workspace Shared /
   Team Drives support, URL masking, and HTTP Range resumes.
 * **High-Performance Order Storage (HPOS) Ready**: Fully compatible with WooCommerce
   HPOS and Custom Order Tables.
 * **Fast Caching**: Folder listings and metadata are cached using WordPress Transients
   with instant manual refresh.

### External Services

This plugin connects to external 3rd-party services provided by Google to enable
Google Drive integration for WooCommerce downloadable products.

#### Google OAuth 2.0 API

 * **What the service is and what it is used for**: Securely authenticates the store
   administrator’s Google account via OAuth 2.0 and generates API access and refresh
   tokens.
 * **What data is sent and when**:
    - When connecting your Google account in plugin settings, your OAuth Client 
      ID, Client Secret, authorization code, and redirect URI are transmitted to
      Google’s token endpoint (`https://oauth2.googleapis.com/token`) to exchange
      for API access/refresh tokens.
    - When viewing connection status, basic user profile information (email address
      and display name) is retrieved from `https://www.googleapis.com/oauth2/v2/
      userinfo` to display the connected account in the admin dashboard.
    - When disconnecting your account, a revocation request is sent to `https://
      oauth2.googleapis.com/revoke` to invalidate tokens.
 * **Service Provider**: Google LLC
 * **Terms of Service**: [Google Terms of Service](https://policies.google.com/terms)(
   https://policies.google.com/terms)
 * **Privacy Policy**: [Google Privacy Policy](https://policies.google.com/privacy)(
   https://policies.google.com/privacy)

#### Google Drive API v3

 * **What the service is and what it is used for**: Browses Google Drive folders,
   searches files, retrieves file metadata, and serves downloadable product files
   attached to WooCommerce products.
 * **What data is sent and when**:
    - When store managers browse or search files within the WooCommerce product 
      editor, API queries containing folder IDs, search terms, and pagination tokens
      are sent to `https://www.googleapis.com/drive/v3/files`.
    - When customers download purchased digital files, authorized buyers are redirected
      to Google Drive’s native browser download endpoint, or securely proxied when
      using the Pro add-on.
 * **Service Provider**: Google LLC
 * **Terms of Service**: [Google APIs Terms of Service](https://developers.google.com/terms)(
   https://developers.google.com/terms)
 * **Privacy Policy**: [Google Privacy Policy](https://policies.google.com/privacy)(
   https://policies.google.com/privacy)

### Third-Party Assets

 * **Google Material Symbols / Icons Font**
    - File: `assets/fonts/drivevault-icon.woff2`
    - Source: https://fonts.google.com/icons
    - Copyright: Google LLC
    - License: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
    - 
      ### Source Code and Build
      
    - The unminified React source code for the admin dashboard and product file 
      picker is open source and publicly hosted on GitHub:
 * GitHub Repository: https://github.com/tanindev/drivevault-for-woocommerce

To compile production assets:
 1. Ensure Node.js (v18+) and npm are installed. 2.
Run `npm install` 3. Run `npm run build` to generate production assets in `assets/
build/`.

## Installazione

 1. Upload the `drivevault-for-woocommerce` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Go to **WooCommerce > Google Drive** in your WordPress admin menu.
 4. Enter your Google Cloud OAuth Client ID and Client Secret, then click **Authorize&
    Connect Google Drive**.
 5. When editing any Downloadable Product, click **Add from Google Drive** to select
    and attach files.

## FAQ

### How are downloads delivered to customers?

WooCommerce verifies the customer’s purchase permissions, then securely directs 
the customer’s browser to the Google Drive file download endpoint.

### Can I stream files through my server to hide Google Drive URLs?

Yes! Server-side chunked proxy streaming (which conceals Google Drive URLs and supports
HTTP Range resumable transfers) is supported via the DriveVault Pro add-on.

### Does it support Google Shared Drives (Team Drives)?

Support for Google Workspace Shared Drives (Team Drives) is available with the DriveVault
Pro add-on, allowing store managers to browse and link files shared across their
organization.

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“DriveVault for WooCommerce” è un software open source. Le persone che hanno contribuito
allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ Tanin’s Dev ](https://profiles.wordpress.org/tanindev/)

[Traduci “DriveVault for WooCommerce” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/drivevault-for-woocommerce)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/drivevault-for-woocommerce/)
segui il [repository SVN](https://plugins.svn.wordpress.org/drivevault-for-woocommerce/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/drivevault-for-woocommerce/)
tramite [RSS](https://plugins.trac.wordpress.org/log/drivevault-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release with Google Drive OAuth2 integration, React File Picker modal,
   and WooCommerce Google Drive download integration.

## Meta

 *  Versione **1.0.0**
 *  Ultimo aggiornamento **18 ore fa**
 *  Installazioni attive **Meno di 10**
 *  Versione WordPress ** 5.8 o superiore **
 *  Testato fino alla versione **7.1**
 *  Versione PHP ** 7.4 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/drivevault-for-woocommerce/)
 * Tag
 * [cloud storage](https://it.wordpress.org/plugins/tags/cloud-storage/)[digital downloads](https://it.wordpress.org/plugins/tags/digital-downloads/)
   [downloadable products](https://it.wordpress.org/plugins/tags/downloadable-products/)
   [google drive](https://it.wordpress.org/plugins/tags/google-drive/)[woocommerce](https://it.wordpress.org/plugins/tags/woocommerce/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/drivevault-for-woocommerce/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

[La tua recensione](https://wordpress.org/support/plugin/drivevault-for-woocommerce/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/drivevault-for-woocommerce/reviews/)

## Collaboratori

 *   [ Tanin’s Dev ](https://profiles.wordpress.org/tanindev/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/drivevault-for-woocommerce/)