Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 22 days ago . The community reviewed whether to reopen this question 22 days ago and left it closed:Original close reason(s) were not resolved
My web browser is logged into multiple Google accounts and I have a restricted Google Form URL like this that I need to open with a specific account. https://docs.google.com/forms/d/e/XxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXx/viewform Google Forms does not have a UI method to switch accounts like many of their other products and it will always try to open the form with the default account (the first one that you authenticated against in your web browser). Is there a way to make it open in the right account?
21 3 3 bronze badges asked Oct 9, 2020 at 17:29 6,634 3 3 gold badges 19 19 silver badges 19 19 bronze badgesAs it turns out there is, although this is not apparent anywhere on Google's help site from what I could find.
If you modify the URL and add u/1/ immediately after https://docs.google.com/forms/ then you will be logged into the form using the second Google account that you are authenticated against in your browser.
Note: You will be redirected during this process, so the final URL in your browser will look a little different, but you should be connected to the form with the right account.
You can change that number to match whichever account that you want to use.
Also, remember that your Google accounts start counting from 0. So, your first account is 0, your second one is 1, etc.