Drive folder not properly created

Issue #6 resolved
Goddchen repo owner created an issue

05-12 14:47:26.623 E/BoxSyncService(5644): Error updating folder 05-12 14:47:26.623 E/BoxSyncService(5644): java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0 05-12 14:47:26.623 E/BoxSyncService(5644): at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251) 05-12 14:47:26.623 E/BoxSyncService(5644): at java.util.ArrayList.get(ArrayList.java:304) 05-12 14:47:26.623 E/BoxSyncService(5644): at de.goddchen.android.cloudnotes.sync.DriveSyncService.getDriveFolder(DriveSyncService.java:226) 05-12 14:47:26.623 E/BoxSyncService(5644): at de.goddchen.android.cloudnotes.sync.DriveSyncService.exists(DriveSyncService.java:324) 05-12 14:47:26.623 E/BoxSyncService(5644): at de.goddchen.android.cloudnotes.sync.DriveSyncService.update(DriveSyncService.java:240) 05-12 14:47:26.623 E/BoxSyncService(5644): at de.goddchen.android.cloudnotes.helper.SQLiteOpenHelper.syncActions(SQLiteOpenHelper.java:116) 05-12 14:47:26.623 E/BoxSyncService(5644): at de.goddchen.android.cloudnotes.sync.DriveSyncService.syncFiles(DriveSyncService.java:163) 05-12 14:47:26.623 E/BoxSyncService(5644): at de.goddchen.android.cloudnotes.sync.DriveSyncService.init(DriveSyncService.java:118) 05-12 14:47:26.623 E/BoxSyncService(5644): at de.goddchen.android.cloudnotes.services.SyncService.initSyncService(SyncService.java:42) 05-12 14:47:26.623 E/BoxSyncService(5644): at de.goddchen.android.cloudnotes.services.SyncService.onHandleIntent(SyncService.java:30) 05-12 14:47:26.623 E/BoxSyncService(5644): at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65) 05-12 14:47:26.623 E/BoxSyncService(5644): at android.os.Handler.dispatchMessage(Handler.java:99) 05-12 14:47:26.623 E/BoxSyncService(5644): at android.os.Looper.loop(Looper.java:137) 05-12 14:47:26.623 E/BoxSyncService(5644): at android.os.HandlerThread.run(HandlerThread.java:60)

Comments (1)

  1. Log in to comment