devicons/public-upload-to-imgur

Error: Error [ERR_FR_MAX_BODY_LENGTH_EXCEEDED]: Request body larger than maxBodyLength limit

Closed this issue · 7 comments

Error: Error [ERR_FR_MAX_BODY_LENGTH_EXCEEDED]: Request body larger than maxBodyLength limit

Hello. Could you please explain where is this error shown? 🤔

path add 8M png image

Could you provide more details and examples or such? I'm not sure I understand. 😅

steps:
  - name: Upload a picture
    uses: devicons/public-upload-to-imgur@v2.2.2  # Use this for the most stable version
    with:
      path: ./img.png  # required
      client_id: ${{secrets.IMGUR_CLIENT_ID}}  # required
      description: My picture  # optional

img.png is 8M image

then, get error: Request body larger than maxBodyLength limi

@bingryan do you have a link to the repo?

@bingryan Do you still have this issue?