Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [office365api]

The Office 365 API lets developers build apps that use data stored within Office365. These can be stand-alone apps or plugins within the Office365 web apps.

1 vote
0 answers
35 views

PowerShell cmdlet Get-Team -NumberOfThreads

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
0 votes
1 answer
22 views

moveto or move_to_using_path in office365.sharepoint are active?

i am trying to move a file from one folder to another with the example in the Office365-REST-Python-Client and it doesn't work: from office365.sharepoint.client_context import ClientContext from ...
Michael's user avatar
  • 29
0 votes
0 answers
17 views

How do i let external O365 accounts using my multi-tenant app?

We provide a SaaS solution for managing appointments. Many of our clients want to connect their Office 365 accounts to our platform. The functionalities we aim to implement are: Connecting an account ...
Gwen Claes's user avatar
0 votes
0 answers
15 views

How to Convert ParentFolderID (stored ID) to Matching REST ID in Microsoft Graph API

ParentFolder ID of the calendar ID retrieve from Audit Log I converted this ParentFolderID to an entry ID using some code logic: Then, I converted the entry ID to a REST ID using the Microsoft Graph ...
CodeSeeker's user avatar
0 votes
0 answers
32 views

How do i reset Microsoft 365 Developer account 2FA

*Please, i have an active M365 developer subscription and i still want to access and practice on some apps and features but upon login-in i get to the point where i have to enter my code from ...
Alva Mira's user avatar
0 votes
0 answers
33 views

Outlook deleting internet headers (smtp headers) from inbox

While sending mail we add bcc recipient and internet message header (smtp header X-Custom-Header). Once the mail is sent we can see the header in send folder copy of mail but it is removed from the ...
pranav daipuria's user avatar
1 vote
0 answers
38 views

How to get email received date using Office365-REST-Python-Client

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
65 views

Getting 400 when trying to download sharepoint file using python and 365 clinet

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
7 views

graph api date filter not working and returns dates outside of filter

I'm trying to return a list of news pages after a specific date with the graph api, but the date filter on the following query doesn't seem to work when using graph explorer. Any thoughts? https://...
Nick9one1's user avatar
0 votes
0 answers
62 views

How to modify folder columns using Sharepoint API

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
41 views

Getting the default contact Folder

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
  • 168
-1 votes
2 answers
113 views

Is it safe to integrate with SharePoint online API through a console application which is hosted on local VM

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 & ...
microsoftdeveloperdesigner's user avatar
0 votes
0 answers
63 views

Move sharepoint files using office365 Rest API

I'm a bit confused by the documentation, this library is totally new to me. Any tips to troubleshoot this authentication error? from office365.runtime.auth.client_credential import ...
krzgvfs's user avatar
0 votes
0 answers
109 views

Upload data to Sharepoint from Databricks using Python

I have a requirement where I need to upload data from Databricks into a CSV format in a SharePoint folder. I am using the Client ID and Client Secret provided by the admin, but I am getting below ...
KatSwa's user avatar
  • 11
0 votes
0 answers
23 views

Microsoft MsGraph delegated access when Windows Login is synced with Azure/Entra Active Directory (Microsoft 365)

I am developing a python app with msgraph SDK. I want to list Sharepoint entries of the personal drive of the user that is logged in the local Windows OS with the organization Active Directory user ...
fero's user avatar
  • 518

15 30 50 per page
1
2 3 4 5
87