4,523 questions with Microsoft 365 and Office | Development | Other tags
Create a new tenant in Entra ID with or without a sandbox
Below, I include a summary of the incident: Symptom: Unable to associate my app with Microsoft Store due to sign-in errors and lack of permissions in Entra ID. Cause: The account used for publishing was not linked to an active Microsoft Entra tenant,…
Microsoft 365 and Office | Development | Other
Using Azure API email not send in Inbox all email goes to Junk
Using Azure API when we send email, that email not go to Inbox, all email goes to Junk. How to solve the issue.?
Microsoft 365 and Office | Development | Other
Recuperar dominio de organización ya verificado
Hola equipo de microsoft, me llamo |Esta información se ha eliminado por motivos de privacidad|, estoy teniendo el problema, estuve utilizando todo este tiempo Power Bi con el correo |Esta información se ha eliminado por motivos de privacidad|, donde lo…
Microsoft 365 and Office | Development | Other
Power Automate flow for Microsoft Forms Quiz
I am using Power Automate to create a flow for my Microsoft Forms Quiz. I want to add a digital card so that it automatically issues the card when someone passes the quiz. Whenever I add the word template (created according to their specs), I keep…
Microsoft 365 and Office | Development | Other
Using Microsoft Graph calendar weblink shows appointment twice
We are using Microsoft Graph to get outlook365 appointments. In the result we see the 'webLink', where we can open the event, for example with JavaScript: window.open(<webLink>, '_blank') Doing this, office365 outlook is opened in a new browser…
Microsoft 365 and Office | Development | Other
/me/drive/sharedWithMe endpoint only returns 1 item in my app but many items in the GraphExplorer
When I do a request to this endpoint:https://graph.microsoft.com/v1.0/me/drive/sharedWithMe?$select=name,id,folder,remoteItemIn the graph explorer I get a response with all items shared with me. However when I do the exact same request in my app, I get a…
Microsoft 365 and Office | Development | Other
Are you aware of any backend issues that would cause 504 Gateway Timeout while getting *a single auditlog record* via this URL: graph.microsoft.com/v1.0/auditLogs/signIns/<event_id>
Are you aware of any backend issues that would cause 504 Gateway Timeout while getting a single auditlog record via this URL: graph.microsoft.com/v1.0/auditLogs/signIns/<event_id> It's not realistic to me that getting one single record (on the…
Microsoft 365 and Office | Development | Other
_api/web/Folders Post with ServerRelativeURL
If i want to create a new folder inside SharePoint online and i am using _api/web/Folders Post with ServerRelativeURL.. will this raise error if the folder already exists ? or it will fail silently? i can not find the official documentation Here is a…
Microsoft 365 and Office | Development | Other
_api/web/GetFolderByServerRelativeUrl('Shared Documents/test test/test#') ..Error Bad Request
I have this REST Api call to SharePoint, to check if folder exists:- GET:- ``_api/web/GetFolderByServerRelativeUrl('Shared Documents/test test/test#') but i am getting this error:- { ``"status": 400, ``"message": "The…
Microsoft 365 and Office | Development | Other
How do we stop all these Microsoft pop up interrupting actual work ?
Every time I start working, Microsoft dumps tons of pop ups asking me "How did we do" or "Leave feedback" or Copilot making absurd suggestions ? How do we stop that. It interrupts programming flows, work flows, the works. Makes for…
Microsoft 365 and Office | Development | Other
How to disable security feature from microsoft office...
Hello, I'm the administrator for our entire organization, we pay for a license for Microsoft Office for everyone to use in our organization. However, I have found I'm not even able to use this, because when I activate office on my home PC, it takes over…
Microsoft 365 and Office | Development | Other
Change adress of my develeoper Account
In my Microsoft Account is my old adress saved, and when i try to delete it, it won´t let me, because it is the adress of my developer account. How is it possible to delete it oder change it? Moved from: MSN Partner Hub | Accounts, profiles, and login
Microsoft 365 and Office | Development | Other
When i try to send email through outlook node from n8n getting error likeThe mailbox is either inactive, soft-deleted, or is hosted on-premise.
{ "errorMessage": "The resource you are requesting could not be found", "errorDescription": "The mailbox is either inactive, soft-deleted, or is hosted on-premise.", "errorDetails":…
Microsoft 365 and Office | Development | Other
What is the use of dimensions in the setup of Business Central?
I want to know the common use of Dimensions in the setup of BC and what is the difference between attributes?
Microsoft 365 and Office | Development | Other
Formatting Excel cells with Microsoft Graph
Hello. I currently develop an application that targets to write into Microsoft Excel files on Sharepoint drives. To perform this action, I use Microsoft Graph 5.91. The application uses .NET Framework 4.8 in C#. I’d like to perform some cells formatting…
Microsoft 365 and Office | Development | Other
Warum kann ich mich nicht mehr mit meiner Mailadresse einloggen?
Beim Einloggen mit meiner Mailadresse erscheint: invalid_request: Der angegebene Wert für den Eingabeparameter 'redirect_uri' ist ungültig. Der erwartete Wert ist ein URI, der mit einem Umleitungs-URI übereinstimmt, der für diese Clientanwendung…
Microsoft 365 and Office | Development | Other
Update an existing named item in Microsoft Excel
Hello. I currently develop an application that targets to write into Microsoft Excel files on Sharepoint drives. To perform this action, I use Microsoft Graph 5.91. The application uses .NET Framework 4.8 in C#. During the process, I have to create,…
Microsoft 365 and Office | Development | Other
Build an external report for external users without login
i have a SharePoint list which contain 3 main fields:- Start Date End Date Network Name now i want to build a vertical calendar-like view, for external user to access, where it will show in blue the days which is already occupied. i do not want…
Microsoft 365 and Office | Development | Other
How do i reactivate my microsoft 365 e5 subscription?
Microsoft 365 and Office | Development | Other
How can I access Planner Premium data (Dependencies, Resources, Dates, Custom Fields) through Microsoft Graph or any available API?
Hi everyone, I’m exploring how to access data from Microsoft Planner Premium using an API. I need to read or possibly update project details such as: Task dependencies (e.g., Depends on, Depends after) Resources / assignments for each task Start and…