How do I login to OneDrive (after the initial time) without seeing the permissions screen

后端 未结 2 1303
不思量自难忘°
不思量自难忘° 2021-01-24 06:10

I have just started working with the OneDrive API and the sample program that comes with it (OneDriveApiBrowser).

As expected, the first time I logged in (using \"Sign I

2条回答
  •  甜味超标
    2021-01-24 06:32

    The wl.offline_access scope is required by applications to save the user consent information and refresh the access token without a UI prompt.

    For more details on the scopes that you can use in your application see https://dev.onedrive.com/auth/msa_oauth.htm#authentication-scopes

提交回复
热议问题