The Project is working nice for account that contains only one API project.
but in by account i have two different API projects both belongs to different Projects that i can see in( https://cloud.google.com/console#/project ).
but in current "SharpGs" Project ,we have "RestApiClient.cs" class in that class we have one method "CreateRequest" that Create Request.
here i this method i want to send my project id
like
request.Headers.Add(@"x-goog-project-id", "*****");
if i add this line it throw an error:"The remote server returned an error: (403) Forbidden."
The Project is working nice for account that contains only one API project.
but in by account i have two different API projects both belongs to different Projects that i can see in( https://cloud.google.com/console#/project ).
but in current "SharpGs" Project ,we have "RestApiClient.cs" class in that class we have one method "CreateRequest" that Create Request.
here i this method i want to send my project id
like
request.Headers.Add(@"x-goog-project-id", "*****");
if i add this line it throw an error:"The remote server returned an error: (403) Forbidden."