On Fri, Aug 21, 2015 at 6:45 AM, <[email protected]> wrote: > Hi, > When I run my google to google sync on the command line it always works. > But I run it every 15mins via cron, and probably once an hour or two the > sync fails with an "Invalid Credentials" error.
I have pushed some code to a new branch called gc_debug: https://github.com/skarra/ASynK/commit/ffaaecaab6906a8f20ad935cdbf65c8f74cd9c7d That gives you a new debug flag you can enable in your ~/.asynk/config.py (config['db_config']['gc']['log'] = True) Can you run your cron syncs with that additional logging enabled? It may give us a clue about what's going on. Note that it will dump the headers of your requests which will contain your oAuth bearer tokens. -- You received this message because you are subscribed to the Google Groups "ASynK Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/asynk/CAFkt3UNtZy0hmNMFn2Zc1d3F5j-WnCuQviUksweUEHQyitSc1g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
