简体   繁体   English

无法使用Azure试用帐户访问Office365 Calendar API

[英]Can't access office365 Calendar API using Azure trial account

I want to get an access to Calendar rest API. 我想访问Calendar rest API。 I've created azure multi-tenant app, and configured it. 我已经创建了azure多租户应用程序,并对其进行了配置。

I'm trying to get an access token to resource " https://outlook.office365.com/ ", but I get an error 我正在尝试获取对资源“ https://outlook.office365.com/ ”的访问令牌,但出现错误

'AADSTS50001: Resource ' https://outlook.office365.com/ ' is disabled.' ''AADSTS50001:资源' https://outlook.office365.com/ '已禁用。

Note: I couldn't find "Office 365 Exchange Online" inside "Permissions to other applications" section inside azure account. 注意:在azure帐户的“对其他应用程序的权限”部分中找不到“ Office 365 Exchange Online”。

Your help please. 请你帮忙。

You won't see Exchange in your Azure account unless you have an Office 365 subscription that includes Exchange. 除非您具有包含Exchange的Office 365订阅,否则您不会在Azure帐户中看到Exchange。 It sounds like you're registering in https://manage.windowsazure.com ? 听起来您是在https://manage.windowsazure.com中注册? You might want to try registering your app in https://apps.dev.microsoft.com and using the v2 Azure auth flow. 您可能想要尝试在https://apps.dev.microsoft.com中注册您的应用程序,并使用v2 Azure身份验证流。 Big benefit is you can register apps with just a Microsoft account (like outlook.com, etc) See https://dev.outlook.com/RestGettingStarted for walkthroughs. 最大的好处是您可以仅使用Microsoft帐户(例如outlook.com等)注册应用程序。有关演练,请参阅https://dev.outlook.com/RestGettingStarted

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 模拟office365 API,使用单个账号进行日历相关操作 - Impersonation in office365 API to perform calendar related operations using single account 使用C#访问OneDrive For Business(Office365) - 无法列出子文件夹 - Using C# to access OneDrive For Business (Office365) - Can't list subfolders 如何使用Office365帐户从Azure网站发送带有附件的电子邮件 - How to send email with attachment from Azure Web Site using office365 account 通过Windows Azure AD OAuth进行访问以使用API​​请求访问Office 365日历 - Getting through Windows Azure AD OAuth to get access to Office 365 Calendar using API requests 使用来自EWS或REST API的office365 JS API访问CustomProperties - Access CustomProperties set using office365 JS APIs from EWS or REST API 使用设置为代表电子邮件帐户 B 发送的 Office365 电子邮件帐户 A 使用 SendGrid API 发送电子邮件 - Send email with SendGrid API using Office365 email account A which is set to send on behalf of an email account B 什么是 Office365 日历馈送 URL? - What is the Office365 calendar feed URL? Office365 EWS API 找不到自动发现服务 - Office365 EWS API The Autodiscover service couldn't be located 团队会议的Office365日历事件 - Office365 Calendar Events For Team Meeting Office365 API服务级别帐户 - Office365 API Service Level Accounts
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM