I want to create a empty spreadsheet(only with metadata) in google drive , when I refered the google SpreadSheet Api , it says to use the documents list api , but currently the document api is deprecated asking to use the google drive api , in drive api I could not find an way create a empty spreadsheet(only with metadata) . any clue on this ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can do this using the Drive API by setting the MIME type to To do this in Python:
Head over to the Google APIs Explorer to try it out! |
|||
|
I've been looking for this too but that's because I already use the Documents API to achieve that but now they say it's deprecated. I guess the Documents API will still be supported for a while so you could give it a try. |
|||
|