0

我在 Windows 7 32 位机器上遇到了 Google Drive Synch'n 的问题。

我不想断开连接并重新同步所有内容。我向谷歌寻求帮助(谷歌应用业务),他们基本上没有帮助......他们说使用 UI 上传东西(同步发生了什么?)!

无论如何,我认为有人在处理 Google Drive API 后会有一些见解。

我在synch_log文件中得到这个......

2013-04-26 10:06:21,151 INFO 2252:Fetcher         common.fetcher:303 Existing batch of work complete. Pending change count = 1694
2013-04-26 10:06:22,151 ERROR 2252:Fetcher         common.fetcher:314 BLACKLIST: 
Request: FSChange('Direction.UPLOAD', 'Action.CREATE', 'ino: 866379978315695464', u'path: \\\\?\\C:\\Users\\robert\\Google Drive\\GunCycle\\Auctions\\Auction1\\Garand', u'name: Springfield M1A 048123', 'parent ino: 10738551836488547027', 'folder?: True', 'modified: 1366897690', 'generator_module: 1', 'is_cancelled: False', 'CID: 368'), Failure: InternalError: long too big to convert, recovery plan: 4, recovery targets: set([]) 
Request: FSChange('Direction.UPLOAD', 'Action.CREATE', 'ino: 90353467524417019', u'path: \\\\?\\C:\\Users\\robert\\Google Drive\\GunCycle\\Auctions\\Auction1\\Garand', u'name: Springfield M1 1637780', 'parent ino: 10738551836488547027', 'folder?: True', 'modified: 1366980351', 'generator_module: 1', 'is_cancelled: False', 'CID: 1410'), Failure: InternalError: long too big to convert, recovery plan: 4, recovery targets: set([]) 

这会重复很多次,“Pending Change Count”永远不会改变。

2013-04-26 09:45:51,644 INFO 7248:Fetcher         common.fetcher:303 Existing batch of work complete. Pending change count = 1694
2013-04-26 09:45:52,430 WARNING 7656:InternalScheduler common.push.tango.system_resources:110 TICL_LOG: Incoming message has bad token: "\n\006\n\004\010\003\020\001\022\022\tt@\373x\227\233\257\201\021%L\372aW?H9\032\007\010\203\022\020\003\030\013", "\n\006\n\004\010\003\020\001\022\022\t_\006\334\310\013\235\312\224\021\265I\350\326\250\000\276\265\032\007\010\203\022\020\003\030\013"
2013-04-26 09:45:52,654 INFO 7248:Fetcher         logging:1600 Crash reporting throttled. Ignoring report.
2013-04-26 09:45:52,654 ERROR 7248:Fetcher         logging:1575 Ignoring non-fatal error: OverflowError: long too big to convert, Traceback:
  File "P:\p\agents\hpal4.eem\recipes\253073741\base\b\drb\googleclient\apps\webdrive_sync\windows\build\pyi.win32\main\outPYZ1.pyz/common.fetcher", line 196, in _Process
  File "P:\p\agents\hpal4.eem\recipes\253073741\base\b\drb\googleclient\apps\webdrive_sync\windows\build\pyi.win32\main\outPYZ1.pyz/common.fetcher", line 354, in _GetNextChange
  File "P:\p\agents\hpal4.eem\recipes\253073741\base\b\drb\googleclient\apps\webdrive_sync\windows\build\pyi.win32\main\outPYZ1.pyz/common.persistence_sqlite", line 132, in Wrapper
  File "P:\p\agents\hpal4.eem\recipes\253073741\base\b\drb\googleclient\apps\webdrive_sync\windows\build\pyi.win32\main\outPYZ1.pyz/common.fetcher", line 401, in _GetNextChangeFromQueue
  File "P:\p\agents\hpal4.eem\recipes\253073741\base\b\drb\googleclient\apps\webdrive_sync\windows\build\pyi.win32\main\outPYZ1.pyz/common.fetcher", line 415, in _BlacklistChangeAndReportException
  File "P:\p\agents\hpal4.eem\recipes\253073741\base\b\drb\googleclient\apps\webdrive_sync\windows\build\pyi.win32\main\outPYZ1.pyz/common.blacklist", line 228, in Blacklist
  File "P:\p\agents\hpal4.eem\recipes\253073741\base\b\drb\googleclient\apps\webdrive_sync\windows\build\pyi.win32\main\outPYZ1.pyz/common.persistence_sqlite", line 132, in Wrapper
  File "P:\p\agents\hpal4.eem\recipes\253073741\base\b\drb\googleclient\apps\webdrive_sync\windows\build\pyi.win32\main\outPYZ1.pyz/common.blacklist", line 182, in _CreateBlacklistInfo
  File "P:\p\agents\hpal4.eem\recipes\253073741\base\b\drb\googleclient\apps\webdrive_sync\windows\build\pyi.win32\main\outPYZ1.pyz/common.delivery", line 427, in GetPath
  File "P:\p\agents\hpal4.eem\recipes\253073741\base\b\drb\googleclient\apps\webdrive_sync\windows\build\pyi.win32\main\outPYZ1.pyz/common.snapshot_persistence_interface", line 558, in GetLocalPath
  File "P:\p\agents\hpal4.eem\recipes\253073741\base\b\drb\googleclient\apps\webdrive_sync\windows\build\pyi.win32\main\outPYZ1.pyz/common.snapshot_sqlite", line 350, in _GetLocalEntryFilename
  File "P:\p\agents\hpal4.eem\recipes\253073741\base\b\drb\googleclient\apps\webdrive_sync\windows\build\pyi.win32\main\outPYZ1.pyz/common.sqlite_operations", line 117, in Select
4

2 回答 2

0

我基本上只是断开帐户,移动了 Google Drive 本地文件夹,然后重新开始同步。

完成后,我使用 SyncBack SE 比较了这两个文件夹,然后将更新但未同步的项目移动到新的 Google Drive 文件夹中。然后,把旧的扔掉了。

主要的痛苦和谷歌正在“修复”但“没有时间估计”。

所以,我认为这会再次发生。

于 2013-05-02T14:45:37.277 回答
0

新版本的 Google Drive 终于解决了这个问题。

于 2013-09-25T20:50:07.767 回答