Search Unity

addressable URL adding a slash before path

Discussion in 'Unity Cloud Content Delivery' started by GilbertoBitt, May 14, 2021.

  1. GilbertoBitt

    GilbertoBitt

    Joined:
    May 27, 2013
    Posts:
    111
    Code (CSharp):
    1. URL: https:///release_by_badge/latest/entry_by_path/content/?path=
    2. HOW it's suppose to be: https://release_by_badge/latest/entry_by_path/content/?path=sounds_assets_energygain/23-oulala.wav_5230771b2b6fbf1f7e2e0e00fca37280.bundle
    3. but try to download from: https://release_by_badge/latest/entry_by_path/content/?path=/sounds_assets_energygain/23-oulala.wav_5230771b2b6fbf1f7e2e0e00fca37280.bundle
    notice the slash after path=/ how can i remove it from addressable when trying to download it?
     
  2. sebastienUnity3d

    sebastienUnity3d

    Unity Technologies

    Joined:
    Sep 23, 2020
    Posts:
    24
    Hi
    Thanks for your question.
    The leading slash should not have any effect on the path of your entry and will be discarded by our system.

    Please retry and if you still see an error, let us know so we can investigate.

    Thanks for using CCD