microsoft-graph-batch

Microsoft Graph API - unterminated string literal Error when searching for emails which contain # in the subject

和自甴很熟 提交于 2020-07-08 02:45:49
问题 When i am searching for emails on office 365 in a batch query, i am getting a unterminated string literal error. This is happening only when i have a # character in the subject search query. Forum discussions like this (https://issues.oasis-open.org/browse/ODATA-1101) have suggested me to percentage encode the # symbol but it gave the same error. When I am POSTing the below request to the batch endpoint(https://graph.microsoft.com/v1.0/$batch) { "requests": [{ "id": 1, "method": "GET", "url":

Microsoft Graph API - unterminated string literal Error when searching for emails which contain # in the subject

牧云@^-^@ 提交于 2020-07-08 02:44:14
问题 When i am searching for emails on office 365 in a batch query, i am getting a unterminated string literal error. This is happening only when i have a # character in the subject search query. Forum discussions like this (https://issues.oasis-open.org/browse/ODATA-1101) have suggested me to percentage encode the # symbol but it gave the same error. When I am POSTing the below request to the batch endpoint(https://graph.microsoft.com/v1.0/$batch) { "requests": [{ "id": 1, "method": "GET", "url":