Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Google calendar pthon flask auth
#1
Hello every one
I'd like first to apologize as english is not my first language
I'm trying to implement a web app using google calendar.
I can successfuly login my user, but then, when I ask for my user's permission for google calendar, the pop-up page that would appears in localhost don't show when i'm in prod. There is the message "please connect to https:[xxx] to validate etc but nothing else.

I've been shearching for a week now and I'm becoming desesperate to find a solution...
Any help will be greatly appreciated

Do not hesitate to ask form ore info

Thanks in advance

ps: my code for calendar auth is :
    if not creds or not creds.valid:
        if creds and creds.expired and creds.refresh_token:
            creds.refresh(Request())
        else:
            flow = InstalledAppFlow.from_client_secrets_file(
                'credentials.json', SCOPES)
            creds = flow.run_local_server(port=0) 
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question Online calendar for booking. SpongeB0B 6 3,370 Nov-15-2023, 11:27 AM
Last Post: Woki
Exclamation Quick Help - Deploy Flask App on Google Cloud Madoo 0 1,446 Nov-07-2020, 01:43 PM
Last Post: Madoo
  Follow Up: Web Calendar based Extraction AgileAVS 0 1,469 Feb-23-2020, 05:39 AM
Last Post: AgileAVS
  Extracting Data from Calendar AgileAVS 2 3,675 Feb-16-2020, 01:06 PM
Last Post: AgileAVS
  Flask tutorial errors in jinja, auth undefined Ecniv 2 2,454 May-03-2019, 02:04 PM
Last Post: Ecniv
  Problem enabling http auth in a route nikos 2 2,745 Mar-02-2019, 01:13 PM
Last Post: nikos
  Python /Flask Login with LDAP Auth pythonnubie 4 8,532 Apr-16-2018, 03:14 PM
Last Post: nilamo
  Uninitialized ASN.1 value in Flask LDAP3 Auth blueprint zoidberg 1 4,113 Nov-15-2017, 12:29 PM
Last Post: zoidberg
  Google Calendar iCal Albireo 2 5,445 Mar-15-2017, 03:47 PM
Last Post: Albireo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020