I'm sorry, but the knowledge sources do not contain any information about issues where a new workspace is created automatically and the original workspace is removed from authentication specifically when using a Google account to authenticate. There is also no mention of this scenario causing a 403 error when accessing the direct workspace URL. However, there are some general notes about 403 errors: - A 403 Forbidden error can occur if the token scope does not match the target workspace or if there are insufficient permissions for the operation. For example, a scoped token only allows access to its specific workspace, and using it for another workspace will result in a 403 error. Solutions include verifying that the token scope matches the workspace and using the correct token type for the operation [Error responses](
https://docs.airbyte.com/ai-agents/embedded/api/authentication#error-responses). - There is also a forum post where a user encountered a 403 error due to a mismatch between the workspace UUIDs after restarting Airbyte and the webapp, but this was not related to Google authentication [Failed to create postgresql source](
https://discuss.airbyte.io/t/1902). If you are experiencing this issue, it may be related to token scope or workspace permissions, but the knowledge sources do not provide a direct answer regarding Google authentication or automatic workspace creation/removal.