office365api

Invalid Audience URI error Service to Service application, onedrive for business

▼魔方 西西 提交于 2021-02-11 16:56:14
问题 I am attempting to retrieve files from an Office 365 for Business account. Following instructions here: https://msdn.microsoft.com/en-us/library/azure/dn645543.aspx I have been able to successfully obtain an Access Token for my application. However, when I attempt to use the token to make API Calls, I receive the error "https://[tenant redacted]-my.sharepoint.com/_api/v2.0/drive/ - 401: {"error":"invalid_client","error_description":"Invalid audience Uri 'http:\/\/[redacted]-spreadsheet-test

Create a mailing distribution group by outlook office365 API REST

故事扮演 提交于 2021-01-29 21:43:05
问题 I have been struggling myself last two weeks trying to create a mailing distribution group implementing Office365 API REST, the thing is that I am developing an integration to a interactive agent and I am working over the platform of a company, I am not allowed to make some coding. So, basically I need to figure it out with my account of Office 365 and potential APIs REST requests (endpoints, parameters, etc).
 
 
 I have found interesting endpoints (just required to be logged on) as:
 


Can I get a list of all Shared Mailboxes using Microsoft Graph Api

﹥>﹥吖頭↗ 提交于 2021-01-29 10:53:52
问题 I would like to get a list of all the Shared mail boxes on my exchange server. An then I require to get details of each member of the shared mail boxes. How to achieve this via the graph api I know we can do this via powershell but I would like to use the rest APIs in my javascript application. I've come across multiple threads/forums claiming that microsoft had this in roadmap so have they implemented it? 回答1: This isn't a supported scenario with Microsoft Graph. For administrative managing

MS graph InvalidDeltaToken on events list next page

£可爱£侵袭症+ 提交于 2021-01-29 10:31:23
问题 I'm getting an error when I call NextLink from the response of first delta. Any ideas why it's happens? first call: https://graph.microsoft.com/beta/users/4ca91597-4091-4cce-856b-7472b3f9ade1/calendars/AAMkAGM3MDdhNGZlLWRjYTUtNGZkYS04NTcxLTU2OTNkZWEwNDlhYQBGAAAAAAAmh2PA4MC8QpGOM1iWfgeZBwCI_1RC5zxoQrQX6X2piZBLAAAAAAEGAACI_1RC5zxoQrQX6X2piZBLAAAAjD53AAA=/events/delta response: { "@odata.context": "https://graph.microsoft.com/beta/$metadata#Collection(event)", "@odata.nextLink": "https://graph

Data get render on Desktop Excel using office.js, but on Chrome Office 365 its give an error “There was an error processing the request.”

不想你离开。 提交于 2021-01-28 03:31:19
问题 We are using Office js library to render data on excel. There are more than 2000 rows that works fine on Desktop Excel . But when same API is used on Chrome office 365 it gives error message "There was an error processing the request." Please see attached screenshot. As data get larger Chrome Office excel is not able to render data. Please help us as this is blocker in our application and our production is getting effected. 回答1: There are 2 limitations when interacting with Excel workbook

Data get render on Desktop Excel using office.js, but on Chrome Office 365 its give an error “There was an error processing the request.”

做~自己de王妃 提交于 2021-01-28 02:39:54
问题 We are using Office js library to render data on excel. There are more than 2000 rows that works fine on Desktop Excel . But when same API is used on Chrome office 365 it gives error message "There was an error processing the request." Please see attached screenshot. As data get larger Chrome Office excel is not able to render data. Please help us as this is blocker in our application and our production is getting effected. 回答1: There are 2 limitations when interacting with Excel workbook

Best way to get emails in an organization using the Outlook 365 API

流过昼夜 提交于 2021-01-27 20:24:30
问题 I'm building an application for collecting statistical information from emails inside organizations. Let's assume that those organizations use Outlook 365. I want to be able to do the following in the easiest way: Get permissions to read all the mails in an organization Get the emails + attachments and run my statistics It seems that there is no easy way to do it with Outlook 365. I found this: any-office-365-rest-api-to-get-messages-from-all-mailboxes-in-an-organization , but I don't

Office.js | implement single sign in excel add-in

非 Y 不嫁゛ 提交于 2021-01-04 06:43:12
问题 I am using Office.js, javascript and react to create excel add-ins. Wants to implement single sign-in flow using ribbon button. Once user successfully sign in then only wants to show task pane to user. I have configured add-in using shared runtime(manifest.xml) I have added Login command in ribbon and executing action from manifest file by using below code. Below is the Action from manifest file. 'btnlogin' function gets executed on click of login icon from ribbon <Action xsi:type=

Office.js | implement single sign in excel add-in

懵懂的女人 提交于 2021-01-04 06:42:27
问题 I am using Office.js, javascript and react to create excel add-ins. Wants to implement single sign-in flow using ribbon button. Once user successfully sign in then only wants to show task pane to user. I have configured add-in using shared runtime(manifest.xml) I have added Login command in ribbon and executing action from manifest file by using below code. Below is the Action from manifest file. 'btnlogin' function gets executed on click of login icon from ribbon <Action xsi:type=

Office.js | implement single sign in excel add-in

余生颓废 提交于 2021-01-04 06:42:27
问题 I am using Office.js, javascript and react to create excel add-ins. Wants to implement single sign-in flow using ribbon button. Once user successfully sign in then only wants to show task pane to user. I have configured add-in using shared runtime(manifest.xml) I have added Login command in ribbon and executing action from manifest file by using below code. Below is the Action from manifest file. 'btnlogin' function gets executed on click of login icon from ribbon <Action xsi:type=