google api python client - GMail API - messages().list() only returns message IDs -
the list() method returns list of message ids without other message metadata. there posts from 2014 , 2016, official documentation states response list of user.messages resource ...
is documentation wrong or there other way this? understand bringing entire message in "list" call not efficient rest api call - maybe returning "some" metadata make sense (e.g. output of service.users().messages().get(..., format='metadata')) opposed making call list() , then, every message, make get(..., format='metadata')
thanks!
m
Comments
Post a Comment