-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Drive 403 user rate exceeded error #99
Comments
Maybe you refer to this fix owncloud/core#24799 ? This (quite huge PR) is present in master only. Normally, 3rd party libs were not being updated in stable releases. |
Yes. That is the fix I am referring to. Are you saying that commit is not On Tue, Jun 14, 2016, 3:24 PM blizzz [email protected] wrote:
|
The referenced PR seems in fact to do that: owncloud/core#20481 (comment) Considering that this basically breaks Google Drive integration and is a very limited subset I'd advocate a backport to stable9 in this case. This can be easily tested by verifying whether the Google Drive integration works or not. Tentatively setting to 9.1 |
@karlitschek Any objections? Currently Google Drive integration is basically borked for a lot of users, we can pretty safely just backport the update of the Google Drive connector library and check if it continues to work then. More than broken isn't possible so the situation won't get worse… |
agreed. please backport 👍 |
Nothing for 9.0.54: moved to .55 |
Has there been an update to this? It looks like it wsa removed from the nextcloud 9 milestone, are there still plans on fix this issue? This basically borks my entire reason for using nextcloud, so I'm very interested in what can be done to get this fixed, even if it means doing it myself. |
Could you please check out https://apps.nextcloud.com/apps/files_external_gdrive? |
As this is a separate app: please report it in that repo https://github.com/NastuzziSamy/files_external_gdrive/ |
I am having an issue with Google Drive not allowing a large number of files to be uploaded in a short time span. Whenever I end up syncing a bunch of files with the desktop client, I get 403 user rate exceeded errors. I believe that Owncloud pushed a fix for this in an upgrade to the google-api-php-client-1.0.17 (??? I know it was from previously 1.0.6-beta).
Steps to reproduce
Expected behaviour
Files should be uploaded without issue.
Actual behaviour
Nextcloud throws 403 user rate exceeded errors.
Server configuration
Ubuntu 16.04
Web server: apache
Database: mariadb 10.0.25
PHP version: PHP 7.0.4-7ubuntu2.1
Nextcloud version: Nextcloud 9.0.50 (stable)
Updated from an older Nextcloud/ownCloud or fresh install: update from ownCloud 9.0.2
Where did you install Nextcloud from: download page
*Signing status (Nextcloud 9.0 and above): *
for another issue
List of activated apps:
Enabled:
Disabled:
The content of config/config.php:
{
"system": {
"updatechecker": false,
"instanceid": "ocg20z26yv0r",
"passwordsalt": "_REMOVED SENSITIVE VALUE",
"secret": "_REMOVED SENSITIVE VALUE",
"trusted_domains": [
"localhost",
"_REMOVED SENSITIVE VALUE"
],
"datadirectory": "/var/www/owncloud/data",
"overwrite.cli.url": "http://localhost",
"dbtype": "mysql",
"version": "9.0.50.0",
"dbname": "owncloud",
"dbhost": "localhost",
"dbtableprefix": "oc",
"dbuser": "_REMOVED SENSITIVE VALUE",
"dbpassword": "_REMOVED SENSITIVE VALUE",
"logtimezone": "UTC",
"installed": true,
"memcache.local": "\OC\Memcache\APCu",
"mail_from_address": "noreply",
"mail_smtpmode": "php",
"mail_domain": "_REMOVED SENSITIVE VALUE_",
"theme": "",
"loglevel": 2,
"maintenance": false,
"htaccess.RewriteBase": "/"
}
}
Are you using external storage, if yes which one: Google drive
Are you using disk encryption: no
Are you using an external user-backend, if yes which one: nope
Client configuration
Browser:
Operating system: Linux
Logs
Nextcloud log (data/owncloud.log)
The text was updated successfully, but these errors were encountered: