Artur777 / google-drive-sdk-samples

Automatically exported from code.google.com/p/google-drive-sdk-samples
0 stars 0 forks source link

(Android) App closes itself on saving the document #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start the app on a device with a google account set
2. Create a new note. Type anything
3. Either after a given time or when you press Save, the app closes itself. If 
reopen, the note is there, but not on Drive.

I found this warning on the logcat
01-22 12:36:11.490: W/ContentResolver(3174): Failed to get type for: 
content://com.google.provider.NotePad/<my_gmail_account>/notes/-9223372036854775
808 (Unknown URI 
content://com.google.provider.NotePad/<my_gmail_account>/notes/-9223372036854775
808)

What version of the product are you using? On what operating system?
Just cloned it today

Original issue reported on code.google.com by nue...@gmail.com on 22 Jan 2013 at 12:03