Hi Firecloud Team,
I run a small webapp built on top of the firecloud api for my group.
As of very recently started getting:
``Bearer error="insufficient_scope", error_description="Different scope(s) or other claims required"
on GET https://api.firecloud.org/api/workspaces
I have the following scopes:
'https://www.googleapis.com/auth/cloud-platform',
'https://www.googleapis.com/auth/devstorage.full_control'
'https://www.googleapis.com/auth/userinfo.email'
'https://www.googleapis.com/auth/userinfo.profile'
What am I missing? The webapp used to work fine.
I added 'profile','email','openid' but that didn't seem to fix anything.
-Dimitri