feedback icon indicating copy to clipboard operation
feedback copied to clipboard

API scope for GitLab API is not sufficient

Open TheFabbiusCorp opened this issue 11 months ago • 0 comments

Version

3.1.0

Library

feedback, feedback_gitlab

Flutter channel

stable

Flutter version

3.27.1

Platform

iOS

Details

When selecting the API scopes written in the documentation the upload to GitLab fails. After investigating, the minimum required is api.

Steps to reproduce

Create a GitLab token with read_api and write_repository only, and the upload will fail. Trying with api will succeed.

Output of flutter doctor -v

No response

TheFabbiusCorp avatar Jan 11 '25 21:01 TheFabbiusCorp