Is it possible to have two Google Drive accounts running simultaneously on PC?
I need to transfer files between two Google Drive accounts frequently. It is preferable to have two Google Drive accounts running simultaneously.
Is it possible to have two Google Drive accounts running simultaneously on PC?
Other alternatives are also welcome.
file-transfer google-drive
add a comment |
I need to transfer files between two Google Drive accounts frequently. It is preferable to have two Google Drive accounts running simultaneously.
Is it possible to have two Google Drive accounts running simultaneously on PC?
Other alternatives are also welcome.
file-transfer google-drive
1
Why not simply "Share" your Gdrive folder from 1 acc (Acc A) to the other one (Acc B)? Then you'll have full access (assuming that is the shared condition) to the other drive folder. And also stuff "shared with me" you can have your own copy by choosing "Add to my drive". If you need the reverse to happen, simply do the same, share folder from Acc A into Acc B.
– Darius
Feb 3 '16 at 13:37
add a comment |
I need to transfer files between two Google Drive accounts frequently. It is preferable to have two Google Drive accounts running simultaneously.
Is it possible to have two Google Drive accounts running simultaneously on PC?
Other alternatives are also welcome.
file-transfer google-drive
I need to transfer files between two Google Drive accounts frequently. It is preferable to have two Google Drive accounts running simultaneously.
Is it possible to have two Google Drive accounts running simultaneously on PC?
Other alternatives are also welcome.
file-transfer google-drive
file-transfer google-drive
edited Aug 9 '16 at 6:50
fixer1234
18.9k144982
18.9k144982
asked Feb 3 '16 at 10:51
Rondey LauRondey Lau
416
416
1
Why not simply "Share" your Gdrive folder from 1 acc (Acc A) to the other one (Acc B)? Then you'll have full access (assuming that is the shared condition) to the other drive folder. And also stuff "shared with me" you can have your own copy by choosing "Add to my drive". If you need the reverse to happen, simply do the same, share folder from Acc A into Acc B.
– Darius
Feb 3 '16 at 13:37
add a comment |
1
Why not simply "Share" your Gdrive folder from 1 acc (Acc A) to the other one (Acc B)? Then you'll have full access (assuming that is the shared condition) to the other drive folder. And also stuff "shared with me" you can have your own copy by choosing "Add to my drive". If you need the reverse to happen, simply do the same, share folder from Acc A into Acc B.
– Darius
Feb 3 '16 at 13:37
1
1
Why not simply "Share" your Gdrive folder from 1 acc (Acc A) to the other one (Acc B)? Then you'll have full access (assuming that is the shared condition) to the other drive folder. And also stuff "shared with me" you can have your own copy by choosing "Add to my drive". If you need the reverse to happen, simply do the same, share folder from Acc A into Acc B.
– Darius
Feb 3 '16 at 13:37
Why not simply "Share" your Gdrive folder from 1 acc (Acc A) to the other one (Acc B)? Then you'll have full access (assuming that is the shared condition) to the other drive folder. And also stuff "shared with me" you can have your own copy by choosing "Add to my drive". If you need the reverse to happen, simply do the same, share folder from Acc A into Acc B.
– Darius
Feb 3 '16 at 13:37
add a comment |
2 Answers
2
active
oldest
votes
Pulled from this Article
Step 1: Close all instances of Google Drive running on your computer and then download and install this application. After the application is installed, add C:Program Files (x86)GoogleDrive to your Windows Environment Variable.
You can refer to this article to see how it’s done.
Step 2: Having done that, open Notepad and copy paste the following line. Don’t forget to replace username@ domain.com with your Google username.
@ECHO OFF
SET USERNAME=username@ domain.com
SET USERPROFILE=%~dp0%USERNAME%
SET USERPROFILE=%~dp0%USERNAME%
MD “%USERPROFILE%AppDataRoaming”>nul
MD “%USERPROFILE%AppDataLocalApplication Data”>nul
MD “%USERPROFILE%Application Data”>nul
MD “%USERPROFILE%Local SettingsApplication Data”>nul
MD “%USERPROFILE%My Documents”>nul
MD “%USERPROFILE%Documents”>nul
START googledrivesync
Save the file as Account 1.bat to your desktop or another folder where you would like to sync the files. Don’t forget to select All Files as type in Notepad while saving the batch file.
Step 3: Now run the batch file and wait for another instance of Google Drive to Start. The second instance of the application will ask you to sign in to a new account. Proceed normally, just remember to change the sync folder to the new folder that’s created using the batch files in the advanced option.
Note: Sometimes you might encounter some difficulty while changing the folder. In such a case, copy the exact path of the folder to select the directory.
Fix the quotes please, they must be like this"
– Valerio
Jun 15 '17 at 17:23
@colthreepv do you mean a single quote'
instead of double quotes"
?
– Vylix
Jul 20 '17 at 13:45
1
@Vylix no, the user @NetworkKingPin used“
instead of"
. Slighty different for humans, very different for machines
– Valerio
Jul 21 '17 at 13:51
Microsoft word has and habit of using so-calledsmart quotes
. You can turn this off in auto-correct options
– Mawg
Jan 22 at 8:05
add a comment |
Yes. Recently Google added the feature "add account" to the Google Drive desktop application "Backup and Sync by Google", which makes it very easy to do.
Right-click the "Backup and Sync by Google" icon in "hidden icons" section of the taskbar. It doesn't matter which one you pick if there's more than one icon.
Click the 3 dots, and then click "Add New Account".
- Follow the instructions to log in and sync whatever folders you want.
- They should stay synced/mirrored. I'm not sure if you restart the computer, you'll have to do this process again -- I haven't tested. There doesn't seem to be an option to see a list of your accounts currently added.
I don't know. Perhaps try using Torch Browser or other Chrome based browser, so that you can log in twice?
– Mawg
Jan 22 at 8:06
@Mawg Sorry I don't understand what part you're talking about. What issue are you referring to?
– CreativiTimothy
Jan 22 at 21:40
Well, I don't use Google Drive, but I doubt that you can use it twice on one copy of Chrome, or you likely wouldn't be asking. So, what about two copies of Chrome? Nope. So, what about Chrome and another browser ? If it neds to be based on Chrome for some reason, use something like Torch Browser, which is base don Chrome. Else just use Chrome & FireFox. Sorry, i was just thinking aloud - about something that I don't really know much about :-/
– Mawg
Jan 22 at 22:21
1
@mawg This is talking about Google Drive as a desktop app. No need for browsers. But I see, no problem!
– CreativiTimothy
Jan 22 at 22:31
D'oh! Silly me. I wasn't aware that it was a desktop app (+1). Sorry
– Mawg
Jan 23 at 7:16
add a comment |
protected by Ramhound Jan 22 at 5:34
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Pulled from this Article
Step 1: Close all instances of Google Drive running on your computer and then download and install this application. After the application is installed, add C:Program Files (x86)GoogleDrive to your Windows Environment Variable.
You can refer to this article to see how it’s done.
Step 2: Having done that, open Notepad and copy paste the following line. Don’t forget to replace username@ domain.com with your Google username.
@ECHO OFF
SET USERNAME=username@ domain.com
SET USERPROFILE=%~dp0%USERNAME%
SET USERPROFILE=%~dp0%USERNAME%
MD “%USERPROFILE%AppDataRoaming”>nul
MD “%USERPROFILE%AppDataLocalApplication Data”>nul
MD “%USERPROFILE%Application Data”>nul
MD “%USERPROFILE%Local SettingsApplication Data”>nul
MD “%USERPROFILE%My Documents”>nul
MD “%USERPROFILE%Documents”>nul
START googledrivesync
Save the file as Account 1.bat to your desktop or another folder where you would like to sync the files. Don’t forget to select All Files as type in Notepad while saving the batch file.
Step 3: Now run the batch file and wait for another instance of Google Drive to Start. The second instance of the application will ask you to sign in to a new account. Proceed normally, just remember to change the sync folder to the new folder that’s created using the batch files in the advanced option.
Note: Sometimes you might encounter some difficulty while changing the folder. In such a case, copy the exact path of the folder to select the directory.
Fix the quotes please, they must be like this"
– Valerio
Jun 15 '17 at 17:23
@colthreepv do you mean a single quote'
instead of double quotes"
?
– Vylix
Jul 20 '17 at 13:45
1
@Vylix no, the user @NetworkKingPin used“
instead of"
. Slighty different for humans, very different for machines
– Valerio
Jul 21 '17 at 13:51
Microsoft word has and habit of using so-calledsmart quotes
. You can turn this off in auto-correct options
– Mawg
Jan 22 at 8:05
add a comment |
Pulled from this Article
Step 1: Close all instances of Google Drive running on your computer and then download and install this application. After the application is installed, add C:Program Files (x86)GoogleDrive to your Windows Environment Variable.
You can refer to this article to see how it’s done.
Step 2: Having done that, open Notepad and copy paste the following line. Don’t forget to replace username@ domain.com with your Google username.
@ECHO OFF
SET USERNAME=username@ domain.com
SET USERPROFILE=%~dp0%USERNAME%
SET USERPROFILE=%~dp0%USERNAME%
MD “%USERPROFILE%AppDataRoaming”>nul
MD “%USERPROFILE%AppDataLocalApplication Data”>nul
MD “%USERPROFILE%Application Data”>nul
MD “%USERPROFILE%Local SettingsApplication Data”>nul
MD “%USERPROFILE%My Documents”>nul
MD “%USERPROFILE%Documents”>nul
START googledrivesync
Save the file as Account 1.bat to your desktop or another folder where you would like to sync the files. Don’t forget to select All Files as type in Notepad while saving the batch file.
Step 3: Now run the batch file and wait for another instance of Google Drive to Start. The second instance of the application will ask you to sign in to a new account. Proceed normally, just remember to change the sync folder to the new folder that’s created using the batch files in the advanced option.
Note: Sometimes you might encounter some difficulty while changing the folder. In such a case, copy the exact path of the folder to select the directory.
Fix the quotes please, they must be like this"
– Valerio
Jun 15 '17 at 17:23
@colthreepv do you mean a single quote'
instead of double quotes"
?
– Vylix
Jul 20 '17 at 13:45
1
@Vylix no, the user @NetworkKingPin used“
instead of"
. Slighty different for humans, very different for machines
– Valerio
Jul 21 '17 at 13:51
Microsoft word has and habit of using so-calledsmart quotes
. You can turn this off in auto-correct options
– Mawg
Jan 22 at 8:05
add a comment |
Pulled from this Article
Step 1: Close all instances of Google Drive running on your computer and then download and install this application. After the application is installed, add C:Program Files (x86)GoogleDrive to your Windows Environment Variable.
You can refer to this article to see how it’s done.
Step 2: Having done that, open Notepad and copy paste the following line. Don’t forget to replace username@ domain.com with your Google username.
@ECHO OFF
SET USERNAME=username@ domain.com
SET USERPROFILE=%~dp0%USERNAME%
SET USERPROFILE=%~dp0%USERNAME%
MD “%USERPROFILE%AppDataRoaming”>nul
MD “%USERPROFILE%AppDataLocalApplication Data”>nul
MD “%USERPROFILE%Application Data”>nul
MD “%USERPROFILE%Local SettingsApplication Data”>nul
MD “%USERPROFILE%My Documents”>nul
MD “%USERPROFILE%Documents”>nul
START googledrivesync
Save the file as Account 1.bat to your desktop or another folder where you would like to sync the files. Don’t forget to select All Files as type in Notepad while saving the batch file.
Step 3: Now run the batch file and wait for another instance of Google Drive to Start. The second instance of the application will ask you to sign in to a new account. Proceed normally, just remember to change the sync folder to the new folder that’s created using the batch files in the advanced option.
Note: Sometimes you might encounter some difficulty while changing the folder. In such a case, copy the exact path of the folder to select the directory.
Pulled from this Article
Step 1: Close all instances of Google Drive running on your computer and then download and install this application. After the application is installed, add C:Program Files (x86)GoogleDrive to your Windows Environment Variable.
You can refer to this article to see how it’s done.
Step 2: Having done that, open Notepad and copy paste the following line. Don’t forget to replace username@ domain.com with your Google username.
@ECHO OFF
SET USERNAME=username@ domain.com
SET USERPROFILE=%~dp0%USERNAME%
SET USERPROFILE=%~dp0%USERNAME%
MD “%USERPROFILE%AppDataRoaming”>nul
MD “%USERPROFILE%AppDataLocalApplication Data”>nul
MD “%USERPROFILE%Application Data”>nul
MD “%USERPROFILE%Local SettingsApplication Data”>nul
MD “%USERPROFILE%My Documents”>nul
MD “%USERPROFILE%Documents”>nul
START googledrivesync
Save the file as Account 1.bat to your desktop or another folder where you would like to sync the files. Don’t forget to select All Files as type in Notepad while saving the batch file.
Step 3: Now run the batch file and wait for another instance of Google Drive to Start. The second instance of the application will ask you to sign in to a new account. Proceed normally, just remember to change the sync folder to the new folder that’s created using the batch files in the advanced option.
Note: Sometimes you might encounter some difficulty while changing the folder. In such a case, copy the exact path of the folder to select the directory.
answered Feb 3 '16 at 11:08
NetworkKingPinNetworkKingPin
2,05811122
2,05811122
Fix the quotes please, they must be like this"
– Valerio
Jun 15 '17 at 17:23
@colthreepv do you mean a single quote'
instead of double quotes"
?
– Vylix
Jul 20 '17 at 13:45
1
@Vylix no, the user @NetworkKingPin used“
instead of"
. Slighty different for humans, very different for machines
– Valerio
Jul 21 '17 at 13:51
Microsoft word has and habit of using so-calledsmart quotes
. You can turn this off in auto-correct options
– Mawg
Jan 22 at 8:05
add a comment |
Fix the quotes please, they must be like this"
– Valerio
Jun 15 '17 at 17:23
@colthreepv do you mean a single quote'
instead of double quotes"
?
– Vylix
Jul 20 '17 at 13:45
1
@Vylix no, the user @NetworkKingPin used“
instead of"
. Slighty different for humans, very different for machines
– Valerio
Jul 21 '17 at 13:51
Microsoft word has and habit of using so-calledsmart quotes
. You can turn this off in auto-correct options
– Mawg
Jan 22 at 8:05
Fix the quotes please, they must be like this
"
– Valerio
Jun 15 '17 at 17:23
Fix the quotes please, they must be like this
"
– Valerio
Jun 15 '17 at 17:23
@colthreepv do you mean a single quote
'
instead of double quotes "
?– Vylix
Jul 20 '17 at 13:45
@colthreepv do you mean a single quote
'
instead of double quotes "
?– Vylix
Jul 20 '17 at 13:45
1
1
@Vylix no, the user @NetworkKingPin used
“
instead of "
. Slighty different for humans, very different for machines– Valerio
Jul 21 '17 at 13:51
@Vylix no, the user @NetworkKingPin used
“
instead of "
. Slighty different for humans, very different for machines– Valerio
Jul 21 '17 at 13:51
Microsoft word has and habit of using so-called
smart quotes
. You can turn this off in auto-correct options– Mawg
Jan 22 at 8:05
Microsoft word has and habit of using so-called
smart quotes
. You can turn this off in auto-correct options– Mawg
Jan 22 at 8:05
add a comment |
Yes. Recently Google added the feature "add account" to the Google Drive desktop application "Backup and Sync by Google", which makes it very easy to do.
Right-click the "Backup and Sync by Google" icon in "hidden icons" section of the taskbar. It doesn't matter which one you pick if there's more than one icon.
Click the 3 dots, and then click "Add New Account".
- Follow the instructions to log in and sync whatever folders you want.
- They should stay synced/mirrored. I'm not sure if you restart the computer, you'll have to do this process again -- I haven't tested. There doesn't seem to be an option to see a list of your accounts currently added.
I don't know. Perhaps try using Torch Browser or other Chrome based browser, so that you can log in twice?
– Mawg
Jan 22 at 8:06
@Mawg Sorry I don't understand what part you're talking about. What issue are you referring to?
– CreativiTimothy
Jan 22 at 21:40
Well, I don't use Google Drive, but I doubt that you can use it twice on one copy of Chrome, or you likely wouldn't be asking. So, what about two copies of Chrome? Nope. So, what about Chrome and another browser ? If it neds to be based on Chrome for some reason, use something like Torch Browser, which is base don Chrome. Else just use Chrome & FireFox. Sorry, i was just thinking aloud - about something that I don't really know much about :-/
– Mawg
Jan 22 at 22:21
1
@mawg This is talking about Google Drive as a desktop app. No need for browsers. But I see, no problem!
– CreativiTimothy
Jan 22 at 22:31
D'oh! Silly me. I wasn't aware that it was a desktop app (+1). Sorry
– Mawg
Jan 23 at 7:16
add a comment |
Yes. Recently Google added the feature "add account" to the Google Drive desktop application "Backup and Sync by Google", which makes it very easy to do.
Right-click the "Backup and Sync by Google" icon in "hidden icons" section of the taskbar. It doesn't matter which one you pick if there's more than one icon.
Click the 3 dots, and then click "Add New Account".
- Follow the instructions to log in and sync whatever folders you want.
- They should stay synced/mirrored. I'm not sure if you restart the computer, you'll have to do this process again -- I haven't tested. There doesn't seem to be an option to see a list of your accounts currently added.
I don't know. Perhaps try using Torch Browser or other Chrome based browser, so that you can log in twice?
– Mawg
Jan 22 at 8:06
@Mawg Sorry I don't understand what part you're talking about. What issue are you referring to?
– CreativiTimothy
Jan 22 at 21:40
Well, I don't use Google Drive, but I doubt that you can use it twice on one copy of Chrome, or you likely wouldn't be asking. So, what about two copies of Chrome? Nope. So, what about Chrome and another browser ? If it neds to be based on Chrome for some reason, use something like Torch Browser, which is base don Chrome. Else just use Chrome & FireFox. Sorry, i was just thinking aloud - about something that I don't really know much about :-/
– Mawg
Jan 22 at 22:21
1
@mawg This is talking about Google Drive as a desktop app. No need for browsers. But I see, no problem!
– CreativiTimothy
Jan 22 at 22:31
D'oh! Silly me. I wasn't aware that it was a desktop app (+1). Sorry
– Mawg
Jan 23 at 7:16
add a comment |
Yes. Recently Google added the feature "add account" to the Google Drive desktop application "Backup and Sync by Google", which makes it very easy to do.
Right-click the "Backup and Sync by Google" icon in "hidden icons" section of the taskbar. It doesn't matter which one you pick if there's more than one icon.
Click the 3 dots, and then click "Add New Account".
- Follow the instructions to log in and sync whatever folders you want.
- They should stay synced/mirrored. I'm not sure if you restart the computer, you'll have to do this process again -- I haven't tested. There doesn't seem to be an option to see a list of your accounts currently added.
Yes. Recently Google added the feature "add account" to the Google Drive desktop application "Backup and Sync by Google", which makes it very easy to do.
Right-click the "Backup and Sync by Google" icon in "hidden icons" section of the taskbar. It doesn't matter which one you pick if there's more than one icon.
Click the 3 dots, and then click "Add New Account".
- Follow the instructions to log in and sync whatever folders you want.
- They should stay synced/mirrored. I'm not sure if you restart the computer, you'll have to do this process again -- I haven't tested. There doesn't seem to be an option to see a list of your accounts currently added.
edited Jan 22 at 21:01
answered Jan 22 at 5:31
CreativiTimothyCreativiTimothy
1487
1487
I don't know. Perhaps try using Torch Browser or other Chrome based browser, so that you can log in twice?
– Mawg
Jan 22 at 8:06
@Mawg Sorry I don't understand what part you're talking about. What issue are you referring to?
– CreativiTimothy
Jan 22 at 21:40
Well, I don't use Google Drive, but I doubt that you can use it twice on one copy of Chrome, or you likely wouldn't be asking. So, what about two copies of Chrome? Nope. So, what about Chrome and another browser ? If it neds to be based on Chrome for some reason, use something like Torch Browser, which is base don Chrome. Else just use Chrome & FireFox. Sorry, i was just thinking aloud - about something that I don't really know much about :-/
– Mawg
Jan 22 at 22:21
1
@mawg This is talking about Google Drive as a desktop app. No need for browsers. But I see, no problem!
– CreativiTimothy
Jan 22 at 22:31
D'oh! Silly me. I wasn't aware that it was a desktop app (+1). Sorry
– Mawg
Jan 23 at 7:16
add a comment |
I don't know. Perhaps try using Torch Browser or other Chrome based browser, so that you can log in twice?
– Mawg
Jan 22 at 8:06
@Mawg Sorry I don't understand what part you're talking about. What issue are you referring to?
– CreativiTimothy
Jan 22 at 21:40
Well, I don't use Google Drive, but I doubt that you can use it twice on one copy of Chrome, or you likely wouldn't be asking. So, what about two copies of Chrome? Nope. So, what about Chrome and another browser ? If it neds to be based on Chrome for some reason, use something like Torch Browser, which is base don Chrome. Else just use Chrome & FireFox. Sorry, i was just thinking aloud - about something that I don't really know much about :-/
– Mawg
Jan 22 at 22:21
1
@mawg This is talking about Google Drive as a desktop app. No need for browsers. But I see, no problem!
– CreativiTimothy
Jan 22 at 22:31
D'oh! Silly me. I wasn't aware that it was a desktop app (+1). Sorry
– Mawg
Jan 23 at 7:16
I don't know. Perhaps try using Torch Browser or other Chrome based browser, so that you can log in twice?
– Mawg
Jan 22 at 8:06
I don't know. Perhaps try using Torch Browser or other Chrome based browser, so that you can log in twice?
– Mawg
Jan 22 at 8:06
@Mawg Sorry I don't understand what part you're talking about. What issue are you referring to?
– CreativiTimothy
Jan 22 at 21:40
@Mawg Sorry I don't understand what part you're talking about. What issue are you referring to?
– CreativiTimothy
Jan 22 at 21:40
Well, I don't use Google Drive, but I doubt that you can use it twice on one copy of Chrome, or you likely wouldn't be asking. So, what about two copies of Chrome? Nope. So, what about Chrome and another browser ? If it neds to be based on Chrome for some reason, use something like Torch Browser, which is base don Chrome. Else just use Chrome & FireFox. Sorry, i was just thinking aloud - about something that I don't really know much about :-/
– Mawg
Jan 22 at 22:21
Well, I don't use Google Drive, but I doubt that you can use it twice on one copy of Chrome, or you likely wouldn't be asking. So, what about two copies of Chrome? Nope. So, what about Chrome and another browser ? If it neds to be based on Chrome for some reason, use something like Torch Browser, which is base don Chrome. Else just use Chrome & FireFox. Sorry, i was just thinking aloud - about something that I don't really know much about :-/
– Mawg
Jan 22 at 22:21
1
1
@mawg This is talking about Google Drive as a desktop app. No need for browsers. But I see, no problem!
– CreativiTimothy
Jan 22 at 22:31
@mawg This is talking about Google Drive as a desktop app. No need for browsers. But I see, no problem!
– CreativiTimothy
Jan 22 at 22:31
D'oh! Silly me. I wasn't aware that it was a desktop app (+1). Sorry
– Mawg
Jan 23 at 7:16
D'oh! Silly me. I wasn't aware that it was a desktop app (+1). Sorry
– Mawg
Jan 23 at 7:16
add a comment |
protected by Ramhound Jan 22 at 5:34
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
1
Why not simply "Share" your Gdrive folder from 1 acc (Acc A) to the other one (Acc B)? Then you'll have full access (assuming that is the shared condition) to the other drive folder. And also stuff "shared with me" you can have your own copy by choosing "Add to my drive". If you need the reverse to happen, simply do the same, share folder from Acc A into Acc B.
– Darius
Feb 3 '16 at 13:37