You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-ads-examples/src/main/java/com/google/ads/googleads/examples/authentication/AuthenticateInWebApplication.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,10 @@
48
48
* flow.
49
49
*
50
50
* <p>This example will start a basic server that listens for requests at {@code
51
-
* http://localhost:PORT}, where {@code PORT} is the port specified in {@link #main(String[])}. See
52
-
* the comments in {@link #main(String[])} for details.
51
+
* http://localhost:PORT}, where {@code PORT} is dynamically assigned.
52
+
*
53
+
* <p>IMPORTANT: You must add {@code http://localhost/oauth2callback} to the "Authorize redirect
54
+
* URIs" list in your Google Cloud Console project before running this example.
0 commit comments