问题 I want to get speaker notes from Google Slides by API, but I could not find any fields for speaker notes. For reference: Method: presentations.pages.get What would be a good way to do this? 回答1: In the absence of the API, I wouldn't suggest this is a good way of doing it. In fact it is horrible . But here it is. If you absolutely had to do it. It is likely a bit flakey too. Steps are: Export the presentation, via the Drive API, as a PowerPoint .pptx file Unpack the file - it is a zip file