def _get_credentials():
if Spreadsheets.credentials is None:
Spreadsheets.credentials = ServiceAccountCredentials.from_json_keyfile_name(
filename=Config.OAUTH_CREDENTIALS_JSON,
scopes=SCOPES
)