GoogleSheets.jl icon indicating copy to clipboard operation
GoogleSheets.jl copied to clipboard

fix API token file path in Readme

Open cserteGT3 opened this issue 1 year ago • 1 comments

When running

using GoogleSheets
client = sheets_client(AUTH_SCOPE_READONLY)

I got an exception, that

ERROR: Credentials file not found: C:\Users\username\.julia/config/google_sheets/credentials.json

I've updated the Readme with the correct path, though I'm not sure, what the "good" path is (~/.julia/google_sheets or ~/.julia/config/google_sheets

cserteGT3 avatar Apr 11 '23 11:04 cserteGT3

Same issue here, this PR should be merged

blegat avatar Jun 05 '23 15:06 blegat