Since version 4.6.0, the Iptanus File Upload plugin can send uploads to Google Drive. Files that your visitors upload are transferred to a Drive account of your choosing.
Connecting a Google Drive account
First you need to name the account and give the plugin access to it. Open the plugin’s Settings in the Dashboard:
The Google Drive Uploads option shows as not activated, with a Press here button beside it. Pressing it opens a new page or tab, which asks you to choose a Google account and then tells you that “Iptanus File Upload Plugin wants additional access to your Google Account“:
Press Continue. The page closes, the approval finishes, and the setting reads “Activated”:
If the page does not close when you press Continue, and you see something like this instead:
close the window and start again with the Press here button. The second attempt normally goes through.
Sending a form’s uploads to Google Drive
Add the attribute gdrive=”true” to the plugin’s shortcode. If you prefer the Shortcode Composer, open the Interoperability tab and switch on Upload to Google Drive:
The four further options
- The destination folder — the gdrivepath attribute, or Google Drive Path in the composer. A folder that does not exist yet is created when the first file arrives. With no path set, files go to the root of the account.
- The user data — the gdriveuserdata attribute, or Include Userdata in the composer. If your upload form collects user data, it is written into the file’s Drive description:

- The local copy — the gdrivelocal attribute, set to “delete” or “keep”, or Local File Action in the composer. It decides whether the file stays on your own server once it has been transferred.
- Duplicates — the gdriveduplicates attribute, or Trash Duplicates in the composer. Google Drive is happy to keep several files of the same name in one folder; with this on, any earlier file of that name is sent to the bin, so only the newest survives.
Once Google Drive uploads are switched on, every file uploaded through the plugin is transferred to the account you connected.
If you have questions, problems or suggestions, please contact us.
The Iptanus team







I cannot get this plugin to upload to Google Drive, nor can I get it to load to OneDrive. I’ve followed all of your instructions thoroughly. It always uploads to the uploads folder on my wordpress installation on the server. Can you help me make this work? I sent an email to support but don’t see a response yet.
Is it possible to have a text file of the user data sent to the google drive folder? I have “Include Userdata” checked but that is in the file details, is it possible to break it out into a seperate file?