owncloud / core

:cloud: ownCloud web server core (Files, DAV, etc.)
https://owncloud.com
GNU Affero General Public License v3.0
8.36k stars 2.06k forks source link

GoogleDrive not syncing to clients #20453

Closed bhcopeland closed 8 years ago

bhcopeland commented 8 years ago

Steps to reproduce

  1. Setup Google drive as per docs
  2. Check I can download/access files on webui
  3. Start my client sync the GoogleDrive folder. Get errors.

    Expected behaviour

Sync my GoogleDrive

Actual behaviour

I get error 500, webdev issues. http://pastebin.com/2mTNsSem

Server configuration

Operating system: Arch Linux

Web server: Nginx

Database: Mysql

PHP version: Php-fpm, 5.6.15-2

ownCloud version: (see ownCloud admin page) ownCloud 8.2.0 (git)

Updated from an older ownCloud or fresh install: Updated

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your ownCloud installation folder

Enabled:

The content of config/config.php:

Are you using external storage, if yes which one: local/smb/sftp/... googledrive

Are you using encryption: yes/no no

RobinMcCorkell commented 8 years ago

The logs are just reporting that your GDrive storage is marked as failed. Please recheck in the web UI to ensure it is still working, you can force a refresh in the external storage configuration GUI by clicking on the red square next to the storage

bhcopeland commented 8 years ago

Okay.. I deleted my old GoogleDrive folder, however its got stuck on the webui, and now I cannot remove it.

I have added GoogleDrive again, under a different name. I am able to view, download, and upload all my files on the webui okay.

My client however does not sync it:

Error downloading https://url.com/owncloud/remote.php/webdav/filename - server replied: Service Unavailable

Now PROPFIND has decided to go through all my files. Which is doing about 5 requests a second, which is very slow. Not sure if there is anyway to speed this up as its now going to take ages.

bhcopeland commented 8 years ago

I seem to be affected by this bug:

https://github.com/owncloud/core/issues/9958

I guess I just won't use GoogleDrive + owncloud.

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.