Method Community

 

/api/v1/files file size

Last post 02-27-2024 3:44 PM by nsweeney. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 02-24-2024 3:00 PM

    /api/v1/files file size

    I'm using the /api/v1/files API to load a 44kb PDF attachment.  There are no errors.  However, only 9k is loaded.  Is there a limit to the file size?  If not, how can I load the full file?

    Thank you,

    Ned

  • 02-27-2024 2:03 PM In reply to

    Re: /api/v1/files file size

    Hi Ned,

    We don't do any compressions while uploading the file via API. Can you confirm if you are using the steps listed here in the API documentation?


    -Inder

  • 02-27-2024 3:44 PM In reply to

    Re: /api/v1/files file size

    Inder,

    Thank you for the quick reply.  As I was running a test scenario to gather the information for my reply, I stumbled on the cause.  I was loading a base64 encoded string.  I decoded the contents ,and was able to load and download the file.

    Thank you for your help.

    Ned

Page 1 of 1 (3 items)