I have written a python code that downloads data from a google sheet and converts into a csv. I give a google drive id and it scans all the sheets in it, downloading them into local machine. I have ran this program many times, but today I got this error:
raise APIError(response) gspread.exceptions.APIError: { "error": { "code": 503, "message": "The service is currently unavailable.", "status": "UNAVAILABLE" } }
Any inputs would be appreciated.