• Hi!

    It seems that from 24/08/2018 the plugin is not working, new rows are not adding.
    When I try to reconnect it in Dashboard -> Settings -> CF to Google Spreadsheet,
    Google shows this error:

    401. That’s an error.
    Error: deleted_client
    The OAuth client was deleted.

    Request Details
    response_type=code
    access_type=offline
    client_id=448551536053-e36uicg9npg51m0e89kb51i37b6741fq.apps.googleusercontent.com
    redirect_uri=urn:ietf:wg:oauth:2.0:oob
    state=
    scope=https://spreadsheets.google.com/feeds
    That’s all we know.

    Could you please check it?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the same issue here.
    This is a major issue. The forms are not sent at all. I assume this problem is caused by deprecation of old API from Google. I have to study the situation I don’t know if I’m able to solve it. I doubt about resolution from the team since this plugin is not updated since two years ago. If I’ll discovered something I will update this thread.

    Hi guys,

    I have a fix for this as I’ve got into the same problem.
    You need to make some edits in one of the plugin files:
    cf7-to-google-sheet-extension/class-google-spreadsheet.php

    You need to change lines 13 (clientId) and 14 (clientSecret).

    To get those values you need to:
    1. Follow the steps from this url to create a project: https://cloud.google.com/resource-manager/docs/creating-managing-projects (‘Creating a project’ section)
    2. After the project is created, go to Quotas tab, click on “Google sheet Api” and then on Credentials
    3. Press Create Credentials
    5. Select OAuth client ID
    6. Select Other, give it a name and Save
    8. You’ll get a popup with client Id and client secret
    9. Copy/paste those on lines 13 and 14 (see above)
    10. You need to Reconnect the plugin – go to Wp Admin/Settings/CF7 to Spreadsheet/Press “Reconnect with google Spreadsheet”

    Good luck!

    Hello,

    We apologize for the inconvenience.

    We have fixed it and soon an update will be released.

    Regards,
    Uttam

    Hi,

    Thanks for your temporary solution @stefansbt

    Thanks for your feedback @uttam007.

    Looking forward for the fix.

    Thomas

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error: deleted_client’ is closed to new replies.