Skip to content

Commit aab56a6

Browse files
Update README.md
For enterprise calls, need to specify signType of GoogleSignedType.Business, otherwise the requests are sent as regular API key calls and fail.
1 parent 549ace9 commit aab56a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ this.imageControl.Image = img;
112112

113113
```c#
114114
//enterprise users to use your supplied information for requests. Do this in App_Start.
115-
GoogleSigned.AssignAllServices(new GoogleSigned("gme-your-client-id", "your-signing-key"));
115+
GoogleSigned.AssignAllServices(new GoogleSigned("gme-your-client-id", "your-signing-key", signType: GoogleSignedType.Business));
116116

117117
// Then do as many requests as you like...
118118
var request = new GeocodingRequest();

0 commit comments

Comments
 (0)