Skip to main content

3 replies

Adobe Employee
April 24, 2026

Hi Dishant, 
 

Thank you for sharing the screenshot and the details.

We reviewed the error, and this appears to be occurring during the Google authorization flow rather than from a failure in Adobe Workfront Fusion itself. The message “This app is blocked” is typically returned by Google when there is a mismatch in the OAuth configuration or when the Google account/policy being used does not allow the connection.

Could you please verify the following items:

  1. Confirm which Google module you are connecting

    • Your screenshot appears to show a Google Sheets connection.
    • If you are actually connecting Gmail, the redirect URI is different.
  2. Validate the redirect URI in Google Cloud Console

    • For Gmail or Google Drive use: https://app.workfrontfusion.com/oauth/cb/google-restricted
    • For Google Sheets and other Google apps use: https://app.workfrontfusion.com/oauth/cb/google
  3. Confirm the Google account type

    • If you are using a personal Gmail account (@gmail.com / @googlemail.com), please confirm that the connection is being created with a custom OAuth client.
    • If you are using a Google Workspace account, please confirm whether your Google Workspace admin allows this app/client under Security > API controls.
  4. Verify the Google Cloud project setup

    • The required APIs must be enabled for the project.
    • For Google Sheets, this normally includes Google Sheets API and Google Drive API.
    • Please also confirm that workfrontfusion.com is added correctly in the OAuth consent configuration where required.

One additional note: if the setup is correct, Google may show a warning that the app is not verified. That warning can be expected in some custom OAuth setups. However, the message you shared is “This app is blocked,” which usually indicates a configuration or policy issue rather than the normal consent warning.

If you’d like, please send us:

  • the exact Google module being connected (Gmail or Google Sheets),
  • whether the account is personal Gmail or Google Workspace,
  • and a screenshot of the configured redirect URI in Google Cloud Console.

Once we have those details, we can help confirm the correct configuration.

Best regards,
Ewan

Level 2
April 26, 2026

Hi ​@etaylor-1,

Thanks for the reply,

Refer below details and please guide me accordinly,

  1. I am connecting google sheet module.
  2. Redirected URL are same as you mentioned.
  3. I am using gmail.com and yes the connection is created by custom Oauth client, I am using my personal google account not the workspace one.
  4. Project setup is same as mentioned.
     

     

 

Adobe Employee
April 27, 2026

Hi Dishant, 

Thank you for sharing the screenshots and the additional details.

I have reviewed the configuration you shared, and the following items look correct on the Google Cloud side:

  • workfrontfusion.com is added as an authorized domain
  • the redirect URIs are present
  • you are using a custom OAuth client
  • you are connecting the Google Sheets module

Because those items appear correct, the next likely issue is not the redirect URI itself, but either:

  1. an older Google connection in Fusion is being reused and is still carrying the wrong permission set, or
  2. the OAuth consent screen settings in Google Cloud still need to be validated.

Please try the following:

  1. Delete the existing Google Sheets connection in Fusion

    • If Fusion is trying to extend permissions on an older connection, it can continue to fail even after the Google Cloud settings are corrected.
  2. Create a brand-new connection directly from the Google Sheets module

    • In the Google Sheets module, choose Create a connection
    • Open Advanced settings
    • Enter the same custom Client ID and Client Secret
    • Continue with the sign-in flow using the same Gmail account
  3. Verify the OAuth consent screen settings in Google Cloud Please check and share a screenshot of:

    • Audience / Publishing status
    • Test users (if shown)
  4. Confirm the APIs enabled in the project Please make sure the project has:

    • Google Sheets API
    • Google Drive API

Since you are connecting Google Sheets, the redirect URI that should be used for this flow is: https://app.workfrontfusion.com/oauth/cb/google

The google-restricted redirect is used for Gmail / Google Drive flows, but for Google Sheets the standard google redirect is the relevant one.

If the issue still occurs after creating a completely new Google Sheets connection, please send:

  • a screenshot of the OAuth consent screen audience/publishing page
  • a screenshot of the enabled APIs
  • and the exact Google error page shown after sign-in

Once we have those, we can narrow down the remaining Google-side setting very quickly.

Ewan

Level 2
April 28, 2026

Thanks ​@etaylor-1,

I have validated the updates that you gave, now it is working fine. 

MukulSh4
Level 1
April 28, 2026

Hi ​@dishant_dhingra 

Once you follow steps posted by ​@etaylor-1 you will get another error regarding the redirected URL which will restrict you in making connection.

To resolve above, kindly click the error message for developer and copy the URL there and paste in redirected URLs section in google cloud console, O auth consent screen.

Hope this might help.

Cheers in advance!

 

Mukul
Level 2
April 28, 2026

Hi ​@MukulSh4,

I have applied the changes and now it is working fine, Thanks for the information, it helped me fixing the google connection.