You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseAPIError(status=401, message='You are using a write-only key with feature flags. To use feature flags, use a personal API key as api_key instead.')
237
+
raiseAPIError(
238
+
status=401,
239
+
message='You are using a write-only key with feature flags. ' \
240
+
'To use feature flags, please set a personal_api_key ' \
0 commit comments