• Resolved dumaweb

    (@dumaweb)


    I paste Google Access Code and click save but wheel spins for long time and don’t save the code
    I click on View Debug Log, the page is blank

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author WesternDeal

    (@westerndeal)

    Hello @dumaweb
    Sorry for the trouble.

    There might be some cache issues, can you try using a private window (incognito mode)
    You can double-check that AUTH key is saved and authentication is active or not while checking directly from your google account
    https://myaccount.google.com/permissions

    If a key is saved, then it will be activated and show you under Third-party apps with account access

    Let me know.

    Thanks
    Abdullah

    Thread Starter dumaweb

    (@dumaweb)

    I clear server and browser cache, I use private window, but wheel continue to spins and don’t save the code
    I check google third-party permission and there isn’t

    Debug log always blank

    Plugin Author WesternDeal

    (@westerndeal)

    Hi @dumaweb,

    As you are not yet connected with your account it will not show the GSheetConnector option under the Third Party permission.

    Also as the wheel is spinning it means there might be some conflict with other plugin or there may be issue of Curl or SSL certificate.

    Did you check both the logs? The plugins log.txt file that you can open it up from the Integration page and other is the WordPress debug.log file that is created under wp-content folder when you enable debug from wp-config.php file.

    Add below code in wp-config.php file

    // Enable WP_DEBUG mode
    define( 'WP_DEBUG', true );
    
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );
    
    // Disable display of errors and warnings
    define( 'WP_DEBUG_DISPLAY', true);
    
    // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
    define( 'SCRIPT_DEBUG', true );
    Thread Starter dumaweb

    (@dumaweb)

    The problem was BackWPup plugin
    I disable it and Google Sheet connected

    however I still have problems
    I set the file on forms, but not receive data

    in this page https://myaccount.google.com/permissions
    there aren’t the permission

    Plugin Author WesternDeal

    (@westerndeal)

    @dumaweb
    Reauthenticate again and check it out.
    Make sure it must be connected to save entries in the sheet.

    Thread Starter dumaweb

    (@dumaweb)

    I Reauthenticate and work
    I see GSheetConnector for WP Contact Forms in Third-party apps permission
    I set Google Sheet Name but data not import in my file

    Plugin Author WesternDeal

    (@westerndeal)

    Hello @dumaweb

    Make sure, last filled data will not get in your sheet.
    After activating CF7 GSheetConnector whenever the form filled by anyone then only it’ll show entry in the sheet.
    You said “Reauthenticated and work” means filled entries are showing in sheet or not?
    Do confirm along with the screenshot of following
    1. Google sheet screenshot, where I can see headers you have defined.
    2. Screenshot of Google Sheet Tab under form configuration, where I can see Sheetname, sheetID, tab name, and tabID

    Abdullah

    Thread Starter dumaweb

    (@dumaweb)

    with work I meant that it connects
    but not send data
    1. Do I need to define the headers before?
    2. do I have to configure everything or just the name?

    Plugin Author WesternDeal

    (@westerndeal)

    @dumaweb
    Yes, obviously you must have to define the field names in the header using the FREE version.

    Refer to this quick video once

    when i was adding Google Access Code it was showing Access code Can’t be blank
    Debug Log was blank page
    please help me on this

    • This reply was modified 4 years, 8 months ago by gowtham0143.
    Plugin Author WesternDeal

    (@westerndeal)

    Hi @gowtham0143,

    It seems to be some conflict with other plugin.

    Can you just have CF7 and GSheetConnector plugin active and check if all works for you.

    Thanks
    Abdullah

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Google Access Code not save’ is closed to new replies.