microsoft-graph-booking

Authorization Denied trying to access Bookings Api in Microsoft Graph

社会主义新天地 提交于 2020-06-29 04:16:22
问题 I am trying to create an app that runs from an AWS lambda that acts as a middle man for customers wanting to sign up for a booking using Microsoft Bookings. Following the documentation I am able to generate an access token for Graph, but I get an authorization denial when I try to request information from bookings through the api. My Code: import request from "request"; import { Callback } from "./callback"; const APP_ID = process.env.BOOKINGS_APP_ID; const APP_SECRET = process.env.BOOKINGS

Authorization Denied trying to access Bookings Api in Microsoft Graph

纵然是瞬间 提交于 2020-06-29 04:16:01
问题 I am trying to create an app that runs from an AWS lambda that acts as a middle man for customers wanting to sign up for a booking using Microsoft Bookings. Following the documentation I am able to generate an access token for Graph, but I get an authorization denial when I try to request information from bookings through the api. My Code: import request from "request"; import { Callback } from "./callback"; const APP_ID = process.env.BOOKINGS_APP_ID; const APP_SECRET = process.env.BOOKINGS