Revisions list and get missing information

后端 未结 2 1655
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-27 12:24

Using the Google APIs Explorer as well as the official C# library for Google Drive API v3, the response is missing most of the documented fields. I specifically

2条回答
  •  青春惊慌失措
    2021-01-27 12:49

    You need to add fields="*", or fields="permissions(id,lastModifyingUser)" to your request to instruct Drive to return the full resource. By default, only a minimal set of properties is returned.

提交回复
热议问题