# Uploadcare: Google Drive breaks when the widget uses the tabs option

## The problem

Using the uploadcare widget with the tabs option (e.g. tabs: 'file gdrive dropbox onedrive box url'), the Google Drive integration breaks: Drive shows as connected, but My Files, Shared with me, Starred, and Team drives do nothing when clicked. Removing tabs from the options makes Drive work again. The cause was on Uploadcare's side: the Google Drive iframe required more width to render its UI and silently failed without it.

## The verified fix

Fixed server-side by Uploadcare: the Drive iframe width was restored, so no widget update is needed. The team asked the reporter to revert the iframe width to its previous value and confirmed the integration works again, then closed the issue.

Source: https://github.com/uploadcare/uploadcare-widget/issues/1001