CorrelAid / paris-bikes

Where to build new bicycle parking spots in Paris? Supporting data-driven decision making with open data
MIT License
8 stars 1 forks source link

DVC remote isn't working #27

Closed operte closed 1 year ago

operte commented 1 year ago

We can't use the gdrive DVC remote anymore.

When doing dvc pull we get:

ERROR: unexpected error - <HttpError 403 when requesting https://www.googleapis.com/drive/v2/files?q=%28%2713kP6MXL5QBkYS8-aeuJ860kZf4cCS4NF%27+in+parents+or+%271wKK0w2ajY7Ik-5wvEWy5rGJXnoYMNjFz%27+in+parents%29+and+trashed%3Dfalse&maxResults=1000&corpora=drive&driveId=0APzUn7ywXlbhUk9PVA&supportsAllDrives=true&includeItemsFromAllDrives=true&alt=json returned "The attempted action requires shared drive membership.". Details: "[{'domain': 'global', 'reason': 'teamDriveMembershipRequired', 'message': 'The attempted action requires shared drive membership.'}]">

Following that link we get:

{
 "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."
 }
}

This seems to be some kind of usage limit of google drive. We can either ask Frie to check if these limitations can be increased, or move to NextCloud.

I'll pick this up after the Paris meeting.

operte commented 1 year ago

I texted Frie about it today.

katoss commented 1 year ago

I just saw the issue, did you manage to find a solution with Frie @operte ?

operte commented 1 year ago

I think we have! This should be solved by #28

katoss commented 1 year ago

Great! I'll let Simon review before merging ?

operte commented 1 year ago

Yes, let's have at least one or two people test it and have it working on their local environments :p