我正在尝试通过使用Microsoft Graph API增量查询来获取Azure AD用户的增量更改。它工作正常,但是对于颗粒状的一个增量令牌,我收到内部错误,错误代码为500。
作为回应,我得到了
$('#my-sortable-component').sortable({
// ...
// Add all non draggable parts by class name or id, like search input texts and google maps for example
cancel: '#my-input-text, div.map',
//...
}).disableSelection();
我正在使用测试版