Closed gaurav closed 2 years ago
This PR adds a section to the README describing how to authorize sheet2linkml to access Google Drive. It also adds a check for the google_api_credentials.json file, so that it can point you to this error rather than raising a FileNotFound exception.
google_api_credentials.json
FileNotFound
RuntimeError: Error accessing TCCM Terminology Service: <Response [404]>
I guess there are already some PRs to address this, so I will approve this PR.
This PR adds a section to the README describing how to authorize sheet2linkml to access Google Drive. It also adds a check for the
google_api_credentials.json
file, so that it can point you to this error rather than raising aFileNotFound
exception.