I am developer of app which using UnityGoogleDrive. Its working in Editor and iOS. But on Android platform after choosing account for Google Drive its not ask me for giving permissions and not redirect to my response page with 'Please, return to the app' text for some reason. Instead of this it waiting 10-20 seconds and redirect to google. Additional System Details Sites Affected. Installed Plug-ins. Nov 14, 2018 - Fix http error 403 in google drive. If you can't download google drive files from your own Google drive thats probabaly because of the http error. You received this message because you are subscribed to the Google Groups 'Google Apps Manager' group. To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-manager+unsubscribe@googlegroups.com.
Click Start, type: internet options Hit Enter Click the Advanced tab Click Reset Click Reset again Restart the browser then check if it loads the web page. Oct 02, 2018 If you're one of those who expereience problem with downloading on Google Drive, here's how to fix Google Drive authorization (HTTP 403) error within super.
Steps to reproduce
- Set up Google Drive as external Storage. In my case I was accessing via a shared (sub)folder
- Upload a lot of files to that folder e.g. using the ownCloud client (probably also download?)
- Errors will occur if more than e.g. 10 requests/second
Expected behaviour
Files should be uploaded without errors.
Actual behaviour
Error: (403) User Rate Limit Exceeded
Google Drive has a limitation of maximum requests per second, that is set to 10 max according to Google's API documentation and the (max) value set in the Google Developer Console.
According to Google's documentation an application should implement exponential backoff when it gets that error, see https://developers.google.com/drive/web/handle-errors#implementing_exponential_backoff
Although owncloud/google returns a 403 error the upload succeeds sometimes, see also http://stackoverflow.com/questions/18578768/403-rate-limit-on-insert-sometimes-succeeds
Finally the owncloud client uploaded all my files successfully, I guess it has retried the ones that failed initially.
Server configuration
Operating system:
Linux af91f 2.6.32-504.8.1.el6.x86_64
Web server:
Apache (unknown version; shared hosting provider)
Database:
5.5.46 - MySQL Community Server
PHP version:
PHP Version 5.4.45
ownCloud version: (see ownCloud admin page)
ownCloud 8.2.0 (stable)
Updated from an older ownCloud or fresh install:
fresh install
List of activated apps:
default + external storage
The content of config/config.php:
config.txt
Are you using external storage, if yes which one: local/smb/sftp/...
Yes, Google Drive.
Are you using encryption: yes/no
No
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No
Client configuration
Browser:
irrelevant
Operating system:
irrelevant; in my case it was a Windows XP Virtual Machine
Logs
Web server error log
empty
ownCloud log (data/owncloud.log)
Browser log
irrelevant
Join GitHub today
Error 403 Google Drive
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Forbidden Error 403 Google
Sign upHave 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
Comments
commented Dec 21, 2016
Hello! youtube-dl get url that start with 'https://r6---sn-ab5l6nzl.c.docs.google.com/..' redirector.googlevideo.com google drive url not working in youtube-dl but why work same url in bellow site for google dive video? i am not sure but, i think this is cipher signature problem. |
Google Error 403 Fix
commented Dec 27, 2016
Ditto. The breakage was sudden, and it happened for both of us at the same time. |
commented Jan 14, 2017
Http Error 403 Google Drive Download Free
As you see, the 'source' parameters are set to 'webdrive'. So, they are not extracting the the link from 'www.youtube.com/get_video_info or www.youtube.com/watch?v='. So the video was not sourced from youtube, but from gdrive. |
commented Mar 19, 2017
i don't follow. @mitguru007 or @lucasgonze can you link to an example of what you are trying to download? Looks like you are trying to download files that are being played from google drive? |