I'm doing a GET request to: https://graph.microsoft.com/v1.0/sites/{hostname}:/sites/{path}?$select=id
where {hostname} = harmony***.sharepoint.com and {path} = GraphApi
Header: authorization = Bearer ... (Roles in this bearer are Sites.Selected)
I keep getting error 403 Forbidden - access denied.
Anyone knows how to fix this?
I'm trying to upload a file to sharepoint with the API.
