Skip to main content

All Questions

0 votes
1 answer
56 views

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 ...
BeetleJuice's user avatar
  • 41.1k
0 votes
0 answers
17 views

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 ...
NikosK's user avatar
  • 1
0 votes
0 answers
47 views

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 ...
MYakymen's user avatar
0 votes
0 answers
104 views

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 ...
vilmarci's user avatar
  • 535
0 votes
1 answer
98 views

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 ...
Rushi's user avatar
  • 25
0 votes
1 answer
164 views

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 ...
Harry Duffy's user avatar
0 votes
0 answers
113 views

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: ...
user29453729's user avatar
0 votes
0 answers
88 views

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-...
Jen's user avatar
  • 1
1 vote
0 answers
66 views

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 ...
linememory's user avatar
0 votes
1 answer
516 views

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 ...
Daniel Vernall's user avatar
0 votes
0 answers
111 views

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 ...
Rida Fatima's user avatar
3 votes
0 answers
157 views

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 ...
Deepak Sharma's user avatar
0 votes
1 answer
378 views

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 ...
Alexander Scherrmann's user avatar
0 votes
1 answer
127 views

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 ...
ConnorM's user avatar
  • 13
1 vote
1 answer
93 views

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 ...
nico's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
102