Use-your-Drive | Google Drive plugin for WordPress — CodeCanyon > WordPress > Utilities preview

Use-your-Drive Review: Google Drive for WordPress Nulled

Use-your-Drive Utilities is a WordPress plugin that connects a Google Drive or Google Workspace account to a WordPress site and displays the contents of Drive folders directly on posts and pages. Rather than copying files into the WordPress media library, it renders live file browsers, galleries, sliders, upload boxes and media players that read from Drive on each page load. It suits site owners, freelancers and agencies who already keep documents, images or media in Drive and want a front end for them without duplicating storage.

The plugin is sold on CodeCanyon for $69 and has been downloaded 12,428 times, with an average rating of 4.86 out of 5 across 427 reviews. It is developed by DeLeeuw and distributed under the WP Cloud Plugins label. Those numbers matter less as a marketing signal than as a rough indicator that the code has been through a lot of real installations and support tickets.

What the plugin actually does once it is connected

The core idea is that Google Drive becomes the storage layer and WordPress becomes the interface. A one-click OAuth connection links the account, and from there a shortcode builder inside the WordPress editor generates the markup for whichever display type is needed. No server-side duplicate of the files is created, and no background sync job runs on a schedule — the plugin queries Drive when a page is requested, so an edit made in Drive shows up on the next page load.

File browser and download centre

The file browser module presents any Drive folder as a navigable directory. Visitors get grid or list layouts, breadcrumb navigation, search and drag-and-drop uploads where permitted. For a download centre — manuals, price lists, brochures, software builds — this replaces the usual routine of uploading a file to WordPress, then re-uploading it every time a new version exists. The file lives in one place and the site reflects it.

Galleries, sliders and carousels

A Drive folder of images can be rendered as a photo gallery or as a responsive slider, and the contents follow whatever is in the folder. Adding a photo to Drive adds it to the gallery; removing it removes it from the site. There is no re-import step and no need to rebuild the gallery when the underlying set changes. Styling is handled through the on-screen builder rather than CSS edits.

Upload box for collecting files

The upload module inverts the flow: instead of publishing files outward, it lets visitors drop files into a chosen Drive folder. Combined with the plugin’s private folder logic and its form-plugin integrations, this is the mechanism behind client portals — each client uploads into a folder only they can see, and the site owner collects everything in Drive without touching WordPress.

Media streaming

The media player streams audio and video from Drive using an HTML5 player, with playlists, playback speed control and captions. Supported formats are mp3, mp4, m4a and m4v using AAC/H.264, oga and ogv using Vorbis/Theora, and webmv using Vorbis/VP8. Playlists can be generated automatically from a folder, which is convenient for course recordings or episode archives. Because playback is served from Google’s infrastructure rather than the hosting account, bandwidth consumption on the WordPress server stays low.

Access control and integrations

Visibility can be scoped per WordPress user and role, which is what makes member areas and team workspaces possible without a separate membership plugin. The plugin declares compatibility with Elementor and Elementor Pro, Beaver Builder, WPBakery Page Builder, Visual Composer and the block editor, plus WPML for multilingual sites. Form integrations cover Contact Form 7, Gravity Forms and WPForms, and WooCommerce is supported across versions 6 through 10. Server-side requirements are PHP, and the source includes JavaScript, CSS and PHP files.

Where it fits, and where it does not

The strongest fit is any project where Drive is already the working home for files and WordPress is the public face. That includes documentation and knowledge bases maintained by a non-technical team, course material delivery where lesson files change each term, event galleries that photographers update from the road, and software or asset distribution where the vendor wants download traffic to bypass their own hosting.

Client portals are the other obvious case. A small agency that wants each client to see only their own documents, and to upload into their own folder, can assemble that from the browser, upload box and private folder features without commissioning custom development.

It is the wrong choice when the files should live on the WordPress server. Sites with strict data residency rules, or environments where an external API call on every page load is unacceptable for performance reasons, are better served by a conventional media library or a dedicated document management setup. It is also a poor fit for anyone who wants to edit documents inside WordPress — the plugin displays and collects files, it does not provide collaborative editing. And because it depends on Google’s API, an organisation that has deliberately moved away from Google Workspace has no reason to consider it.

Strengths and limitations

Strengths

  • Files stay in Drive, so hosting disk space and outbound bandwidth are largely untouched — downloads and media playback are served by Google.
  • No sync process to monitor. Content changes propagate on the next page load rather than through a cron job that can silently fail.
  • Genuinely broad module coverage: browser, gallery, slider, upload box and media player in one plugin rather than five.
  • Per-user and per-role file visibility makes client portals and member areas achievable without an additional membership layer.
  • Fourteen years of updates and a 4.86 rating across 427 reviews suggests the maintenance record is solid.
  • Compatibility list is unusually wide for this category, covering the major page builders, WPML and WooCommerce versions 6 to 10.

Limitations

  • Every page view that contains a module depends on a live call to the Google Drive API. On high-traffic pages this introduces latency that a locally hosted file would not have, and API quota becomes a factor to plan for.
  • There is no offline or cached fallback described for the case where Drive is unreachable or the connected account’s credentials lapse — the module simply has nothing to render.
  • Media playback is limited to the listed codecs. Formats outside the mp3, mp4, m4a, m4v, oga, ogv and webmv set will not stream through the built-in player.
  • The plugin is priced as a one-off CodeCanyon purchase, and the vendor listing does not state the length or terms of the included support period, so that needs checking before purchase.
  • Displaying a folder structure publicly requires deliberate configuration. Getting permissions wrong is easy, and the consequences are visible to visitors.

How it compares with the alternatives

There are three broad routes to showing files on a WordPress site. The first is the native media library: simple, fast, fully under the site owner’s control, but it duplicates storage and requires a manual upload every time a document changes. The second is a cloud storage plugin, which is the category this product belongs to — the trade-off is a dependency on an external API in exchange for zero duplication and automatic freshness. The third is custom development against the Google Drive API, which offers total control at a cost that rarely makes sense for a display-and-collect use case.

Within the cloud storage category, the differentiator is usually module breadth and permission granularity. Many alternatives handle galleries or downloads but not uploads, or handle uploads but not per-user folder isolation. Use-your-Drive Utilities covers the full set, which is why it tends to be evaluated for portal-style projects rather than simple embed jobs. The trade-off for that breadth is configuration surface area — there is more to set up correctly, and more to get wrong.

Frequently Asked Questions

Does Use-your-Drive store copies of my files on the WordPress server?

No. The plugin reads from Google Drive at page load and does not create a duplicate copy in the WordPress media library or on the server’s filesystem. Files remain in Drive, and visitor downloads are served from Google’s servers. This is the main reason the plugin reduces hosting disk usage and outbound bandwidth compared with uploading documents directly to WordPress.

Can different users see different Google Drive folders?

Yes. Visibility can be controlled per WordPress user and per role, so a client logging in sees only the folder assigned to them. Combined with the upload box module, this allows each client to submit files into their own private folder without seeing anyone else’s submissions. That combination is what makes the plugin usable for client portals rather than just public download pages.

Which audio and video formats can the built-in player stream?

The player supports mp3, mp4, m4a and m4v using AAC and H.264 encoding, oga and ogv using Vorbis and Theora, and webmv using Vorbis and VP8. Files in other formats will not play through the plugin’s HTML5 player. It also supports playlists, playback speed adjustment and captions, and can generate a playlist automatically from a chosen Drive folder.

Does the plugin work with page builders like Elementor and WooCommerce?

Yes. The vendor lists compatibility with Elementor and Elementor Pro, Beaver Builder, WPBakery Page Builder, Visual Composer and the native block editor, along with WPML for multilingual sites. WooCommerce is supported across versions 6 through 10, and form integrations cover Contact Form 7, Gravity Forms and WPForms. WordPress versions 6.0 through 7.0 are declared compatible.

Verdict

Use-your-Drive Utilities is worth buying for anyone whose files already live in Google Drive and who needs a WordPress front end for browsing, previewing, streaming or collecting them. The combination of a file browser, gallery, slider, upload box and media player in a single plugin, with per-user folder permissions, covers portal and download-centre projects that would otherwise need custom work. It is a poor fit for sites that must keep files on their own server, for organisations outside the Google ecosystem, and for high-traffic pages where a live API call on every request is a performance problem. The 4.86 rating across 427 reviews and 12,428 sales suggest the plugin is well maintained, though the vendor’s listing does not state the support period included with the $69 purchase, which is worth confirming first.