We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

File storage base URL

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
ccortezia
Posts: 2
Joined: Mon Aug 22, 2016 12:53 pm

File storage base URL

Post by ccortezia »

Hi there.

I realised that the generated URL for the files I uploaded to the file storage all have the same prefix, containing some seemingly unique ID sequence. Can I assume this sequence to be the same across the URL's for every every file I upload to the storage under that same account ? I am thinking about using this premise on my application.

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Re: File storage base URL

Post by support »

Hi,

That is correct, the format of the url for files uploaded to the file repository conforms to the following pattern:

Code: Select all

http://repo.local.plumgroup.com/root/{unique_account_hash}/{folders}*/{filename}
The base part of the url:

Code: Select all

http://repo.local.plumgroup.com/root/{unique_account_hash}
will always be unique to your account, and all files uploaded will be assigned that same base url. You can safely assume that will always be the base path for file uploads in the file repository in your account.

Please feel free to ask if you have any further questions.
Regards,
Plum Support

Post Reply