Why am I encountering a 403 Forbidden error when integrating Google Drive with my app using Pipedream Connect?

yeah i meant in google

here’s the network call response it’s making to

https://api.pipedream.com/v1/connect/tokens/ctok_2d.../validate?app_id=google_drive&oauth_app_id=oa_dzi7zY

{
    "app": {
        "id": "app_1lxhk1",
        "name_slug": "google_drive",
        "name": "Google Drive",
        "auth_type": "oauth",
        "description": "Google Drive is a file storage and synchronization service which allows you to create and share your work online, and access your documents from anywhere.",
        "img_src": "https://assets.pipedream.net/s.v0/app_1lxhk1/logo/orig",
        "custom_fields_json": "[]",
        "categories": [
            "File Storage"
        ],
        "featured_weight": 1000000096,
        "connect": {
            "allowed_domains": [
                "[www.googleapis.com](http://www.googleapis.com)",
                "[drive.googleapis.com](http://drive.googleapis.com)"
            ],
            "base_proxy_target_url": "https://www.googleapis.com",
            "proxy_enabled": true
        }
    },
    "oauth_app_id": "oa_dzi7zY",
    "success_redirect_uri": null,
    "error_redirect_uri": null,
    "success": true,
    "error": null,
    "project_environment": "development",
    "project_app_name": "DrawOS",
    "project_support_email": "[s@drawos.io](mailto:s@drawos.io)",
    "project_id": "proj_W7sDDZE"
}