Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List permission API continues to encounter HTTP 503 after waiting the suggested retry time #1867

Open
1 of 3 tasks
eogkdlty opened this issue Jul 26, 2024 · 0 comments
Open
1 of 3 tasks

Comments

@eogkdlty
Copy link

Category

  • Question
  • Documentation issue
  • Bug

Expected or Desired Behavior

We use the ListPermission API to get permission for items under the site bpvgmbh.sharepoint.com, and get HTTP 503 error code
ex:

GET https://bpvgmbh.sharepoint.com/_api/v2.0//drives/b!6q9qVZTVSEqFTVWKixKl_LtM_3MIE71AoCx2aGUZd4LTMhEovcRKQLcjDd******/items/01TMJHCCUGBXGRJPSHM5A3X52USHH*****/permissions HTTP/2.0

After waiting for the suggested retry time, the API should function normally.

Observed Behavior

  • Date: Fri, 26 Jul 2024 09:22:45 GMT
    Request-ID: 660840a1-40ac-0000-193a-72e9622e9179
    Response:
  HTTP code 503
Body: {"error":{"code":"serviceNotAvailable","message":"Service unavailable","retryAfterSeconds":120}}
  • Date: Fri, 26 Jul 2024 09:24:47 GMT
    Request-ID: 840840a1-2056-0000-193a-7cf17a196d0b
    Response:
HTTP code 503
Body: {"error":{"code":"serviceNotAvailable","message":"Service unavailable","retryAfterSeconds":120}}
  • Date: Fri, 26 Jul 2024 09:28:49 GMT
    Request-ID: bf0840a1-a0ac-0000-1687-9ca3592a74c3
    Response:
HTTP code 503
Body: {"error":{"code":"serviceNotAvailable","message":"Service unavailable","retryAfterSeconds":120}}

We encounter similar issues when listing permissions or downloading multiple items from this site through the API. Is there an anomaly with this site or the API behavior? Please help us verify. Thank you.

Steps to Reproduce

Use one-drive API to list permission of items under site bpvgmbh.sharepoint.com

Thank you.

[ ]: http://aka.ms/onedrive-api-issues
[x]: http://aka.ms/onedrive-api-issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant