Questions tagged [o365-flow]
63 questions
12
votes
3 answers
Chrome 97 - Cookie not setting from Office 365 OAuth callback
I have an app that has been running for years with no changes to the code. The app has OAuth2.0 login with a variety of providers including Google Workspace and Office 365. Since the launch of Chrome V97 (i.e. in last few days), the O365 login has…

Gwyn Howell
- 5,365
- 2
- 31
- 48
3
votes
0 answers
Fetch Billing Details for my O365 subscription through APIS (I do not have Azure subscription) #Office 365
I wanted to fetch the details of the licenses, billing details of my O365 subscription through APIs.
Is there any such API available? I want to fetch the details available on this page for…

ABHAY KUMAR
- 39
- 1
2
votes
1 answer
multiuser management in O365 python
I was creating an application of office which contain multiple user credentials and do the tasks like emailing and adding calender events. I choosed O365. All things were great here except. I could not save the credentials. like in other google…

gulbaz khan
- 175
- 1
- 9
2
votes
1 answer
Range to Image (JPEG) is not working anymore (from Excel 2007 to O365)
I need to convert a range to a picture and saved that picture as a JPEG which I can then use for different purposes (e.g. email sending).
Now I have switched to O365 compared to Excel2007 and with that switch the picture is always empty with a…

Susann Hartung
- 21
- 1
1
vote
0 answers
General Exception Microsoft Graph API OfficeConversion_RemoteDownload
I am using https://graph.microsoft.com/v1.0/drives/{drive id}/items/{item id}/content?format=pdf and downloading docx/xlsx file.
I am getting below error when user1 has no permission to download the file.
HTTP Status Code: 400, body: {'error':…

tsip emb
- 11
- 1
1
vote
1 answer
email client c# for O365 without Azure App Registration
does anybody know if it is possible to create an email client app which retrieves mails from a O365 account via MS Graph without registering the app in Azure AD?
I think there must be, because how could email apps like the in-built email on the…

OliverH
- 11
- 3
1
vote
0 answers
Error : invalidRequest - One of the provided arguments is not acceptable while downloading file content
We are getting 400 API error on some of the files when we try to download them using below API:
https://graph.microsoft.com/v1.0/users//drive/items/

ShahtajK
- 117
- 10
1
vote
1 answer
Can't set hideFromAddressLists in Logic Apps call to Graph API
I have a Logic App that is calling the Graph API to create lots of O365 Groups. For the creation, I am using Application permissions with a registered Azure app which works great.
However, I am now trying to hide O365 groups from the GAL.
I need…

Tech Guy
- 13
- 3
1
vote
1 answer
Python O365 Authentication Problems When Scheduled
I have a script to do a web scrape and send the data in an email via the O365 package. I've registered the app with Azure, and completed the authentication flow and the code runs fine in Jupyter Notebook. However, problems begin when I try to run…

thesimplevoodoo
- 153
- 3
- 11
1
vote
1 answer
Microsoft Forms , Flow and HTTP Post request
I am learning MS Flow with a basic setup: a Microsoft Form is submitted and its data is sent to another server with an HTTP POST request.
Weirdly the POST data seems to not being sent with the request.
From the other side, I get no data at all…

idris
- 187
- 2
- 18
0
votes
0 answers
Angular acquireTokenPopup - msal redirects to localhost a
I need to obtain O365 token and send it back to API (.NET) to store in DB. after successful login or consent request - it redirects popup to localhost (that's what I configured in Azure as redirectURL). then popup stays there . If I close this popup…

Vladi
- 1
0
votes
0 answers
Excel screen gets replicated when multiple users login to the same spreadsheet
On a Spreadsheet I have created two different Sheets named Sheet 1 and Sheet 2 and also created two Users with permissions to access specific sheets.
For example:
User 1 to access Sheet 1
User 2 to access Sheet 2
Scenario:
User 1 and User 2 access…

user244269
- 111
- 1
- 1
- 3
0
votes
0 answers
Sending an email including an attachment, based on the contents of the document library (Sharepoint, Power Automate, O365)
enter image description hereI'm solving a problem.
I have a library of documents:
I need to send an email once a year to the person specified in the row, at the same time I need to send a file that is inside the folder.
Structure in attachment:
I…

Lukáš Toman
- 1
- 2
0
votes
0 answers
Can Microsoft Custom Graph Connector retrieve third party data using API calls?
Question on Microsoft Graph Custom Connector
I do not fully understand the Microsoft Custom Graph connector. I mean I understand it can be used to add third party data sources in the O365 to be accessed via Microsoft Graph. What I don't understand…
0
votes
1 answer
Different UPN suffix for a user other than federated domain and try to sync that user
What will happen if you give different UPN suffix for a user other than federated domain and try to sync that user in Azure AD.

Vimal M
- 13
- 1
- 4