I'm very confused with this. I'm trying to sync some files and folders in google drive with Android. I came across a Google IO presentation but there was no code attached to it. Using parts of it and what I can google around (there is lots of confusing thoughts about AbstractThreadedSyncAdapter on the net). i.e needs content provider for it to work others say it doesn't etc. I have implemented it by piecing all the information I have worked out. My application makes use of Google play services to call GoogleAuthUtil.getToken() which displays an activity the first time asking the user to confirm permissions to the application. I have a dummy content provider with no functions implemented. However my application does not appear in the Accounts & Sync android settings and the onPerformSync() is not called.
Can anyone point me to a working example of hopefully using Google drive to sync OR an example of AbstractThreadedSyncAdapter with a custom provider where the sync is working correctly? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en