bergercookie / syncall

Bi-directional synchronization between services such as Taskwarrior, Google Calendar, Notion, Asana, and more
MIT License
428 stars 39 forks source link

Google is not allowing the app to authorize #26

Open tracec0d3 opened 3 years ago

tracec0d3 commented 3 years ago

I enabled the less secure app section aslo, still google is not allowing to authenticate taskw_gcal_sync

Screenshot 2021-05-13 at 3 59 22 PM
Petemir commented 3 years ago

I am having the same issue. Perhaps it is possible to configure the application with personal tokens?

Edit:

I confirm I could use the app with my own API credentials for Google.

bergercookie commented 3 years ago

Yes it is. I'm planning to add instructional for this inthe next few days. :)

On Thu, 8 Jul 2021, 12:43 Matias Laporte, @.***> wrote:

I am having the same issue. Perhaps it is possible to configure the application with personal tokens?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bergercookie/taskw_gcal_sync/issues/26#issuecomment-876294368, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMMDDY5MCZQEKOLFVF5XRDTWVXKVANCNFSM442NXU3Q .

bergercookie commented 3 years ago

Anyone else reaching this issue, there are now instructions to plug your own Calendar API key instead: https://github.com/bergercookie/taskw_gcal_sync/tree/master#override-calendar-api-key

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

bergercookie commented 1 month ago

Resubmitted app for review to Google

DeadlySquad13 commented 2 weeks ago

Hello, thanks for your effort! Has review been passed?

I see our friends in gcalcli have had similar problems and solved it by migrating to a google auth library which helps making app verified it seems: https://github.com/insanum/gcalcli/pull/683 Maybe it would help in our case too?

Sorry if I'm being ignorant and you already have this library integrated - just willing to help because want to see your cool app up and running) It helped me improve my workflow a lot but it's really annoying to recreate a token every 7 days.