so I made an API call to download a power point presentation that is stored in Google Docs…
The url for the api call was
https://docs.google.com/feeds/download/presentations/Export?id=somerandomid
but then the API call will only return the first page of the powerpoint as a PNG while the powerpoint clearly has multiple pages…
Does anybody know how to get even the other pages for the powerpoint? or better yet…the entire powerpoint presentation?
Try adding
&exportformat=pptto the end of your api call.Like below: