Google drive error : python27.dll
--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Dreaming in Puzzles
--
Chapters
00:00 Google Drive Error : Python27.Dll
00:09 Answer 1 Score 5
00:38 Accepted Answer Score 13
01:23 Answer 3 Score 2
01:55 Answer 4 Score 1
02:01 Thank you
--
Full question
https://superuser.com/questions/668820/g...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windowserrorreporting
#avk47
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Dreaming in Puzzles
--
Chapters
00:00 Google Drive Error : Python27.Dll
00:09 Answer 1 Score 5
00:38 Accepted Answer Score 13
01:23 Answer 3 Score 2
01:55 Answer 4 Score 1
02:01 Thank you
--
Full question
https://superuser.com/questions/668820/g...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windowserrorreporting
#avk47
ACCEPTED ANSWER
Score 13
May be a problem related to permissions (look for System Error Codes
). Try the following.
- Open the Windows Explorer.
- Paste this(
%UserProfile%\AppData\Local\
) in address bar. - Right click on folder
Temp
thenProperties
-Security
tab -Advanced
button. - Click on button
Change Permissions
. - Remove all permissions.
- Select the entry for your user name and click
Edit
.- Include inheritable permissions from this object's parent.
- Replace all child object permissions with inheritable permissions from this object.
- Click
OK
.
ANSWER 2
Score 5
One fix is to set GoogleDriveSync.exe (generally located in : C:\Program Files\Google\Drive) in compatibility mode :
- Right-click on the executable -> Properties -> Compatiblity -> Run this program in compatibility mode for : Windows 7 (I assume you're running Windows 8, otherwise try setting an older OS version)
ANSWER 3
Score 2
For windows 8 system, follow the steps bellow:
- Open the Windows Explorer.
- Paste this(%UserProfile%\AppData\Local) in address bar.
- Right click on folder Temp then Properties - Security tab - Advanced button.
- Click in Everyone, Mark Change Permission and later click Edit
- Mark all permissions
- Press Ok (continue) in all windows questions.
ANSWER 4
Score 1
The option Run as administrator
worked for me. (I'm using windows 8.1)