Legacy Dev Forum Posts

 View Only

Sign Up

Question about uploading files

  • 1.  Question about uploading files

    Posted 06-05-2025 18:22

    Donelys_Familia | 2022-07-15 00:02:47 UTC | #1

    For this endpoint "/api/v2/uploads/recordings"

    signedUrlTimeoutSeconds (integer:int32): The number of seconds the presigned URL is valid for (from 1 to 604800 seconds). If none provided, defaults to 600 seconds

    Does it mean that the uploaded files stays there for only 7 days ?


    John_Carnell | 2022-07-21 13:37:57 UTC | #2

    Donelys_Familia, post:1, topic:15536
    604800 seconds). If none provided, defaults to 600 seconds

    Hi Donelys,

    That number is for how long the pre-signed URL for uploading the recording is valid. So if you want to upload a recording you would call the above API to generate a URL that you would upload the file. This is a pre-signed URL for an Amazon S3 bucket that is valid for only the X number of seconds. If you try to use the file to perform the upload to the pre-signed URL after it has expired, you will get an error.

    Recordings are ingested asynchronously once they are uploaded. However, they will not stay there for 7 days.

    Thanks, John Carnell Manager, Developer Engagement


    Donelys_Familia | 2022-07-19 18:09:45 UTC | #3

    Hi John , Thanks for responding, the reason why I say 7 days is because I translate the maximum number of seconds to days , do you know if these recording are uploaded to the GIA folder ?


    John_Carnell | 2022-07-21 13:37:43 UTC | #4

    Hi Donelys,

    To be honest with you I am not familiar with the term GIA folder. Usually, the pre-signed URL is as far as we publicly expose the the internals of uploading a recording. Could you provide a little more detail?

    Thanks, John Carnell Manager, Developer Engagement


    system | 2022-08-21 13:38:05 UTC | #5

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 15536