Questions tagged [google-drive]

14 questions
5
votes
1 answer

How can I set up automated, encrypted backups of live MySQL databases on a Ubuntu VPS to Google Drive using Duplicity?

We're using DigitalOcean as our VPS provider. They have a tutorial on how to set up Duplicity for encrypted backups, but it doesn't cover database backups or the Google Drive endpoint. I found a few other tutorials online regarding Duplicity and…
alexw
  • 371
  • 3
  • 12
4
votes
0 answers

Unexplained 503 errors when uploading huge file to Google Drive

I'm trying to upload a rather huge file (~1TB) to Google Drive using their resumable uploads feature. I upload the file in 16MB chunks. This job has been running for a couple of days successfully already; I'm uploading over a very slow link and I…
sokrates
  • 41
  • 1
2
votes
1 answer

Using google drive to dynamically expand VPS storage

I was wondering if anyone ever tried using the free online storage services such as Mega, Google Drive or Dropbox to dynamically increase the "small" storage provided with cheap VPS services. What I mean by "dynamically" is that whenever I upload…
R3D34THR4Y
  • 23
  • 3
2
votes
1 answer

How to use Google Drive as secure storage on a linux server

since google dropped the price for storage recently I thought about using it at my storage servers too add storage capacity easily. What I found so far is the ability to mount the google drive into a fuse file system using google-drive-ocamlfuse.…
W0bble
  • 245
  • 4
  • 14
1
vote
1 answer

Rsync on mounted google drive

I have mounted my google drive in ubuntu nad want to rsync my pictures. I issue the command rsync -Parvhz folder1 /home/me/GoogleDrive/Pictures/ it transfer them all. Then I re-issue the command and it again sends the whole files, though nothing…
Harris
  • 123
  • 4
1
vote
1 answer

Use Google Drive for live DB backup?

I am currently trying to define my backup strategy for my AWS EC2 server. I already use Google Drive to backup my apache root folder. This also automatically doubles as a deployment strategy since the drive folder is linked to my local repo on my…
Chris
  • 173
  • 1
  • 5
1
vote
2 answers

Bulk move user files to Google Apps from Windows

I am looking to do a mass migration of user files from a Windows Server to Google Drive. Each user has their own folder on the Windows Server and I am looking for a way to bulk migrate to each users Google Drive. I have 1200+ users to do this for…
tyelford
  • 255
  • 2
  • 11
1
vote
1 answer

Confusing Google Admin console options related to Google Drive's sharing security update

I'm reviewing the notification from Google today that starts: On September 13, 2021, Drive will apply a security update to make file sharing more secure. As a Google Workspace admin, you can choose how this update is applied in your domain. In our…
Michael12345
  • 165
  • 2
  • 9
1
vote
0 answers

OAuth does not accept Non-top-level domain

I have been using Google drive API since July and it accepted a non Top-Level local domain (not end with .com,.io,.org...)as whitelisted domain for OAuth. But yesterday when I try to whitelist another domain, it shows that it doesn't allow non…
0
votes
0 answers

Office365 Exchange – How do I add storage accounts? (DropBox, Google Drive, etc)

Background: I am evaluating migration to office365 for a small company. Currently, they have and want to continue to use Google Drive for their document storage, so moving that part for OneDrive is a non-started currently. The goal: enable google…
solenoid
  • 121
  • 3
0
votes
0 answers

Is it possible to prohibit users from deleting files from Google Drive?

I'm an administrator for my organization and I got a report that someone deleted a file that was shared with other users. The original owner deleted the file (or caused it's deletion somehow) and now both the user and the file are nowhere to be…
Christopher Schultz
  • 1,056
  • 1
  • 11
  • 20
0
votes
0 answers

Export "Failed to export: Internal error encountered."

I am receiving an error when trying to export and save a query to a CSV (Google Drive) sheet. The error "Failed to export: Internal error encountered."
0
votes
1 answer

Google drive exclusive file locking

Is there a way to acquire an exclusive lock for files in Google Drive to prevent concurrent modifications? I'm helping a friend to set up their small business office, and they need to be able to share and collaborate on Autocad (binary) files.…
bottlenecked
  • 109
  • 2
-1
votes
1 answer

Google drive download and upload issue

I have integrated the google drive download and share the file in my website. A user login in our application with the google-login, we got his authorise scope once he logged-in our website. We are integrated google-chooser for pickup any file from…