Forum Discussion
Anonymous
6 years agoNot applicable
Select only the required attributes from Graph API call
Hello all, So inside the Web.Content I have this header where I try to specify only the required attributes : Headers = [ Authorization = "Bearer " & GetGsfAccessToken(AppSecret), ...
artemus
6 years agoMicrosoft Employee
I haven't used graph much, but:
Can you try using #"$select" instead of select?
Anonymous
6 years agoNot applicable
Unfortunatelly no change: