All Questions
Tagged with office365-restapi or office365api
1,519 questions
0 votes
1 answer
56 views
Re-importing deleted calendar event
My application uses the Microsoft Graph API to do some calendar events management. My app authenticates as the user and so acts on the user's own calendar only. The feature I am working on requires ...
0 votes
0 answers
17 views
I am looking to create an automated export from our MIS - LabelTraxx
We use an MIS called LabelTraxx. Our company manufacturers labels and has 5 production lines. The operator for each production line will key in the details of their job, as well as their production ...
0 votes
0 answers
47 views
Request to get members from both main and nested group returns extra value
Hope to find answer cause I really stuck Use such https://graph.microsoft.com/v1.0/groups/<group_id>/transitiveMembers? $top=100 to retrieve info about members of both main and nested groups. I ...
0 votes
0 answers
104 views
Logon to Azure web app embedded in SharePoint iframe
I have a Flask app hosted in Azure App Service, available for a single M365 tenant. Users log in with their own account, and the application shows Sharepoint data in a Plotly Express Gantt chart. It ...
0 votes
1 answer
98 views
eDiscovery logs are part of DLP logs in Office 365 Management API?
On Office 365 management API documentation eDiscovery Schema is listed underDLP Schema but I cannot see eDiscovery audit logs if I fetch the DLP API. Is there any separate endpoint to get these audit ...
0 votes
1 answer
164 views
GET document library metadata with Python (other languages welcome too)
I'm working on a back-up system where, at some frequency, the metadata columns in a document library in my SharePoint is backed up into an Azure SQL Database. I have registered an app in Azure with ...
0 votes
0 answers
113 views
Office 365 rest API fails access token after Pyinstaller makes it an exe
I have a python script that updates a pandas dataframe to a Sharepoint List. This works fine when I run it. But after I've used PyInstaller on the python script and run it from the exe file I get: ...
0 votes
0 answers
88 views
ModuleNotFoundError: No module named 'tests' after pip install Office365-REST-Python-Client
I installed Office365-REST-Python-Client to access SharePoint in Python. I want to run pip install Office365-REST-Python-Client pip install "git+https://github.com/vgrem/Office365-REST-Python-...
1 vote
0 answers
66 views
How to get Sharepoint and ms365 groups of a sharepoint file
I am trying to get all groups that have access to a given sharepoint file. I need the sharepoint groups + the ms365 groups that have at least read access but I only get the sharepoint groups. I use ...
0 votes
1 answer
516 views
How to use "Modern auth" with MSAL.NET and personal Microsoft accounts
We're migrating our desktop software from using SMTP auth for email, to using modern auth. The application requests IMAP and SMTP permissions for an integrated email client. We already have ...
0 votes
0 answers
111 views
ErrorInvalidIdMalformed when Updating Microsoft Teams Meeting via Microsoft Graph API
I'm experiencing an issue while updating a Microsoft Teams meeting using the Microsoft Graph API. I receive the following error: Microsoft.Graph.ServiceException: 'Code: ErrorInvalidIdMalformed ...
3 votes
0 answers
157 views
SharePoint REST V1 API is failing with unauthorized access, however MS Graph SharePoint api is working fine for the same user
We're currently utilizing the SharePoint List V1 API(For an MS Team site) to create new lists with hidden columns, as this functionality does not work as expected with the Microsoft Graph SharePoint ...
0 votes
1 answer
378 views
Get list of files in personal sharepoint with python
I want to get the list of all files in my personal oneDrive/sharepoint within my company via python. However, I only get an empty list as a return without any errors. My code looks as follows (taken ...
0 votes
1 answer
127 views
401 Error when using EWS after period of time
I'm having an issue with 401 errors appearing after a certain amount of time (I believe due to the Token Expiry) in my application. The code I have for the Exchange connection is: Connect is called ...
1 vote
1 answer
93 views
copyFrom on rangeAreas objects throwing an invalid argument error - Javascript Excel
Using the Excel Javascript API, I'd like to copy values and formatting from one rangeAreas object to another with equal dimensions. According to the docs, copyFrom should work the same with rangeAreas ...