Hello, i downloaded the code and tried to run it. I got the issure that the file credentials.json is missing so i created it and run it again. then i got following issure:
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
I think i need to write something in the jsonfile but im not sure what do i need to write into the file.
it would be nice, if you could send me the thing i need to enter or looking over your code and create the file then commit it to github.
Hello, i downloaded the code and tried to run it. I got the issure that the file credentials.json is missing so i created it and run it again. then i got following issure:
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
I think i need to write something in the jsonfile but im not sure what do i need to write into the file.
it would be nice, if you could send me the thing i need to enter or looking over your code and create the file then commit it to github.