How can I add a PublisherId to a GetBlob call to the Office365 Rest API to avoid throttling?

后端 未结 2 353
情话喂你
情话喂你 2021-01-24 06:46

I\'m attempting to iteratively retrieve the content from the O365 management API (found here). When I get to the \'Retrieving Content\' section, I am making a get request using

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-24 07:36

    I had the same issue and added "?PublisherIdentifier={id}" to the url and it seems to be working now.

    On another topic, be aware that if you use the list available content method the pagination header is 'NextPageUri' and not 'NextPageUrl' like the documentation says.

提交回复
热议问题