Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
59 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
18 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
106 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
103 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
174 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
116 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
1 vote
0 answers
67 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
529 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
112 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
161 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
380 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
94 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
1 vote
0 answers
84 views

Background I'm writing an add-on to help visually highlight certain text in court opinions, legal memos, and law review articles. As an example: The question is whether section 404(c) of the FSA bars ...
sonny's user avatar
  • 343
1 vote
0 answers
164 views

My question concerns the management of teams in MS Teams: I want to use Get-Team in PowerShell to retrieve all teams in my environment. Can someone explain to me what the -NumberOfThreads attribute ...
Moritz's user avatar
  • 11
1 vote
0 answers
82 views

Using this library I have been able to get the subject, sender, body, and attachments of all emails in an inbox but I cannot figure out how to get the received dates /sent dates of an email. messages =...
geno8771's user avatar
0 votes
1 answer
352 views

I am trying to download sharepoint file using office 365 python clinet and user credentials. But I am getting following error when trying download. But I am able to list down the files without any ...
Axen_Rangs's user avatar
0 votes
0 answers
165 views

I have a folder in Sharepoint with a lot of files, and there is 2 columns that I'd like to fill in automatically using Python, as it's not a list I couldn't find how to do that. I already managed to ...
Ugo Labbé's user avatar
1 vote
1 answer
206 views

I'm using trying to get default contacts folder. currently I'm trying testing them on graph api. if I https://graph.microsoft.com/v1.0/me/contacts, I can get all the contacts list correctly. For ...
John Park's user avatar
  • 376
-1 votes
2 answers
171 views

I have the below console application, which integrates with SharePoint Online. the console application is hosted on a local VM and authenticates with SharePoint using ClientId, TenantID & ...
user avatar
0 votes
0 answers
187 views

I have move my backend to sharepoint and created a folder called Images. The folder exists in the documents folder. The linked string is in the form: https://webname365.sharepoint.com/sites/SECS-...
Fil's user avatar
  • 481
2 votes
1 answer
816 views

I want to read certain email messages and filter them. I am using Microsoft Graph API to query the office 365 mail box as below. I also added API permission "Mail.ReadBasic.All" for getting ...
avantdev's user avatar
  • 2,740
0 votes
0 answers
248 views

Maybe someone has a good idea for the following problem. In our company, we just went through a take-over of our Microsoft 365 domain. During that process, all data from the old sharepoint was ...
hacori's user avatar
  • 1
2 votes
1 answer
162 views

getHtml() method doesn't return the exact same HTML for the same document on different platforms (Windows, Mac, Word on the web, etc.). If you need exact fidelity, or consistency across platforms, ...
user avatar
1 vote
1 answer
3k views

I have an application's clientId, tenantId, and secret from registering an app in Microsoft Azure services. I managed to get a token, from here: https://login.microsoftonline.com/{tenantId} I also ...
Jung Ervin's user avatar
0 votes
1 answer
221 views

I am trying to get count from API call where I used /$count keyword. I want to capture this count for further validation and using copy activity. But unfortunately I am getting the following issue. ...
Anoop M's user avatar
  • 23
1 vote
1 answer
594 views

I have had a script that worked fine for as long as I can remember, however, recently it has errored out with the below: TypeError Traceback (most recent call last) Cell In[19], line 53 50 info....
Nick's user avatar
  • 43
2 votes
2 answers
7k views

Currently you can get the tenant id for a given domain associated with a 365 tenant by using the GET response of https://login.microsoftonline.com/{domainname}/.well-known/openid-configuration However,...
MicrosoftStackDev's user avatar
0 votes
1 answer
297 views

Should we use Graph API or Office Management API for extracting DLP reports from the compliance portal ? Which is more sustainable ? Is there chances of getting any of them deprecated in future ? If ...
Abhishek Kumar's user avatar
1 vote
0 answers
782 views

trying to put together a simple python script to send emails from an office 365 mailbox using exchangelib, but cannot seem to get the authentication going. followed the steps in the documentation to ...
Sachin's user avatar
  • 75
1 vote
1 answer
347 views

I'm working on a project where I need to retrieve a list of all applications that a user has access to in Microsoft Graph Explorer. By "applications," I mean Microsoft 365 applications like ...
khiar mohamed's user avatar
4 votes
1 answer
13k views

I tried this sample code for my org (for which my AD admin gave full access in SharePoint : from office365.runtime.auth.client_credential import ClientCredential from office365.sharepoint....
anjanesh's user avatar
  • 4,301
0 votes
1 answer
642 views

We need to be able to filter on a submap in a sharepointlist. I have tried with the following expression, but it does not recognize the field: "(fields/task eq 'offered') and (contains(url,'...
Dick Kniep's user avatar
0 votes
1 answer
543 views

Using this endpoint: https://graph.microsoft.com/v1.0/me/messages/?$top=50&$count=true&$select=receivedDateTime,Id,Sender,Subject,Body The endpoint works well (have skipped setting Bearer ...
Allen King's user avatar
  • 2,532
2 votes
0 answers
879 views

I am trying to use Nodemailer to send emails using Office 365 with OAuth2. After many failed attempts, and many unauthorized errors, I got to the following code: const config: Options = { ...
Yousi's user avatar
  • 1,213
0 votes
1 answer
53 views

I have been facing challenges when it comes to reading emails from Office 365. It seems that the content I come across is frequently deprecated, making it difficult to keep up with the ever-changing ...
Evan Camilleri's user avatar
0 votes
1 answer
6k views

I'm working on a python project which contains a function that is supposed to retrieve a folder from the sharepoint of the company using the Office365-REST-Python-Client libary. I already created an ...
GENOS's user avatar
  • 5
0 votes
0 answers
51 views

We are using two apis for pushing a row of data in the last. First we are using getUsedRange for get used range of the worksheet and then we use worksheet's rowsBelow api to push a row in last. PATCH -...
Kaviraj Selvan's user avatar
0 votes
1 answer
1k views

I'm currently creating a tool for redirecting incoming Mails to the correct E-Mail based on the Mail-Content. I've already done the script, but I've one behaviour what I do not like much.... I use the ...
matrad's user avatar
  • 1
0 votes
1 answer
560 views

I am trying to get a list of all Microsoft 365 Admin Centre Messages into a table, but I am having an issue with the output formatting, since the "Services" Field is nested. I have an azure ...
Daniel's user avatar
  • 56
-1 votes
1 answer
683 views

Im trying to run the following command: Add-UnifiedGroupLinks -Identity '[email protected]' -LinkType members -Links [email protected] However, the error I am getting is: Write-ErrorMessage ...
Kav's user avatar
  • 9
2 votes
1 answer
4k views

I need to get all calendar events in a certain time period (for example last two weeks). How can I get instances of recurrence meeting for this time period, if this recurrent meeting was created for ...
Kate Shutova's user avatar
0 votes
1 answer
314 views

InsertOoxml() method of contentControl word office js api is not working in online Web version . Tried to get the ooxml of a sample chart from desktop and tried to run the same valid ooxml in web ...
Sourav Roy Choudhury's user avatar
1 vote
1 answer
3k views

I have registered an application in sharepoint with read and write access to the site. I want to create folders with subfolders and I found solution in official documentation: def create_folder(...
martin's user avatar
  • 1,185
0 votes
1 answer
612 views

I am trying to upload files to SharePoint through Python. I have tried the following: from office365.runtime.auth.user_credential import UserCredential from office365.sharepoint.client_context import ...
Anastasia's user avatar
0 votes
0 answers
147 views

We're seeing a similar issue as this but with shared calendars. If we generate a link to a item in our shared calendar the page renders the user's calendar and starts to open the item but hangs once ...
Lane Goolsby's user avatar
0 votes
1 answer
258 views

I did a code on Jupyter to text my logic and it's working correct, but when using this code on a .py file in VSCode I get a wrong asnwer. I'm using the Office365-REST-Python-Client library to get a ...
GEDS27's user avatar
  • 25
0 votes
2 answers
474 views

So I'm able to upload a file in SharePoint using office365 package, however in SharePoint it is not checked in and I had to manually do it. Is there any way function in that package to do check in? ...
user avatar
1 vote
1 answer
2k views

I've been tasked with finding a solution for logging calls to Graph API on a specific AAD tenant. From what I've read, this isn't possible https://learn.microsoft.com/en-us/answers/questions/106246/...
erionpc's user avatar
  • 418

1
2 3 4 5
31