I'm stuck getting my app to recognize a resource I already created.
What I set up:
-
A REST API resource using Google OAuth 2.0 (Gmail API), created through Resources > Create new.
-
Authentication succeeded. The "Shared OAuth Tokens" modal for the resource shows a valid Access token and Refresh token.
The problem:
-
The resource never appears among my app's available resources. The agent in the Chat tab can't find any Google/Gmail resource; it only lists the ones already wired into the app
-
It also never shows in the Data tab.
Confirmed and tried:
-
The resource and the app are in the same workspace.
-
The OAuth tokens are valid (per the Shared OAuth Tokens modal).
-
Hard browser refresh; fully closing and reopening the app; asking the agent to re-scan and list every accessible resource; checked the resource's access/sharing settings.
Question:
How do I expose an existing workspace resource to my app, especially one created after the app was generated, so the agent can build queries against it? Is there a sync step or setting I'm missing, or are OAuth 2.0 resources handled differently than a standard REST resource like my Bubble one, which the app sees fine?