question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot Load the list of files in Google Drive from org-web.org

See original GitHub issue

Hi.

I was able to use org-web from https://org-web.org/ with Google Drive on Firefox several weeks ago. However, when I tried to sign in today, I found that after I signed in to my Google account, the application cannot load the file list and it went back to the first page (https://org-web.org/).

I checked the HTTP requests. The status codes for the two HTTP request to Google Drive API are 403 with the following payload:

{
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "dailyLimitExceededUnreg",
    "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.",
    "extendedHelp": "https://code.google.com/apis/console"
   }
  ],
  "code": 403,
  "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup."
 }
}

I am using Firefox 69.0 on Mac OS X 10.14, and I tried to sign in again after clearing the cache, but the problem still happened. Is there something I could do on my local machine to fix this problem?

Thanks in advance.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:21 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
DanielDecommented, Jan 24, 2020

hey @sai-prasanna - yeah, when I reached out about that limit I don’t think I actually got a response. I’ll follow up on that and see what I can do!

Since Dropbox works fine still (org-web is already a “production” app on Dropbox), another simple solution is to install Dropbox and use it exclusively to sync your org files (via a symlink).

0reactions
ngharrisoncommented, Jan 5, 2021

Sounds great! I can contribute or debug if you can think of a way. It just seemed to me like it mostly has to do with the connected Google API account.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix common issues in Google Drive
If you're having trouble viewing a file in Google Drive, here's how you can try to fix the issue. 1. Wait and try...
Read more >
Google Drive: maximum number of files in a directory
Assuming folders are special files, are all folders loaded in one api? Assume worst case scenario like, in my drive only folders exists,...
Read more >
googledrive.pdf
Package 'googledrive'. October 13, 2022. Title An Interface to Google Drive. Version 2.0.0. Description Manage Google Drive files from R.
Read more >
Welcome to Python.org
The official home of the Python Programming Language.
Read more >
Google Drive - Apps on Google Play
Google Drive, part of Google Workspace, is a safe place to back up and access all your files from any device. Easily invite...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found