OneDrive / onedrive-api-docs

Official documentation for the OneDrive API
MIT License
451 stars 228 forks source link

Could not obtain a WAC access token. #1760

Open vparracortes01 opened 10 months ago

vparracortes01 commented 10 months ago

Category

Expected or Desired Behavior

We use OAuth to get user Token, subsequently, we generate a spreadsheet where we dispatch relevant information. We expect that our users are able to see the information in the Excel

Observed Behavior

Although Microsoft API allow us the creation of the Excel file, but, during the update process, the API returns a "403 - Could not obtain a WAC access token" error. This issue is specific to a particular users within our integrations, for other users the behaviour is the expected.

Steps to Reproduce

  1. Go to Typeform.com
  2. Create an account
  3. Create a Form and publish it
  4. Go to connect panel -> Excel -> Set up the integration
  5. Go to your MS account and check that excel file was created
  6. Answer the form

The expected outcome is for the form responses to be reflected in the Excel file; however, for certain clients, the API is returning a 403 error.