I am attempting to modify a specific file in my GitLab repository using the v4 API combined with Google Apps Script.
According to the information provided here, the payload needs to be included in the URL. However, I am encountering an issue where Google Apps Script throws an error stating:
Limit Exceeded: URLFetch URL Length.
This error only occurs when the size of the file content exceeds a certain threshold (which is understandably causing the problem).
Could someone please take a look at this and offer some guidance?
Thank you!