0

I am trying to set up the E5 program and start doing some integration with my app. One feature of my application is it should be able to upload files to a Teams channel in Teams. While I was able to grant permissions on the development account to create teams, channels and retrieve information. I could not figure out how to enable Microsoft Graph to query the drive.

For instance,

I am trying to call this API

https://graph.microsoft.com/v1.0/groups/{my group id}/drive

and, I always get the error "serviceNotAvailable".

I tried contacting Microsoft support and they said I have a developer account and they can't provide support to me, sad. Does anyone know if there are special permission I need to set up in azure portal or anywhere to enable the Drive APIs?

Marc LaFleur
  • 31,987
  • 4
  • 37
  • 63
Felix Cen
  • 733
  • 1
  • 6
  • 24
  • serviceNotAvailable means the service is not available. Try the request again after a delay. There may be a Retry-After header. How is it now? – Allen Wu Feb 14 '20 at 01:26
  • @AllenWu yes, I tried multiple time within the day and also tried in this morning, I am still getting that message. – Felix Cen Feb 14 '20 at 13:59
  • Are you able to access this Drive from Teams or SharePoint? – Marc LaFleur Feb 14 '20 at 16:59
  • Yes, as a regular user, I can go to teams.microsoft.com and I can see the drives. Also, using the query navigator with the global admin, I can ping the url, but using the application credentials I cant get it working. – Felix Cen Feb 14 '20 at 19:50

0 Answers0