0
Read google doc data in python
Hello, Please can someone help me to get how to read googledoc data in python api ( i use visual code studio) i managed to get the json file thru google doc api, and solve autorization issue, but i can not read the text in google doc. I use urlib.request package. Many thanks
3 odpowiedzi
+ 1
//This tutorial from start to end will help you
https://www.dataquest.io/blog/JUMP_LINK__&&__python__&&__JUMP_LINK-api-tutorial/
0
Sorry but have anyone a real code example of data extraction from googledoc thru gdoc api? I have the impression that i am the only one who tried to get data from googledocs , thanks
0
I managed to pass the autentification step, i get the code 200 which show that it is correct, just for data reading, i want to get only the data in googledoc not at html format coding