-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Assets - Import
-
None
-
7
-
3
Issue Summary
When importing a JSON Assets file using a web address, you got the error "The file is inaccessible at this time. Please try again later." and the status code is 400 (bad request). It happens when the URL is encoded and generated automatically by Azure.
Steps to Reproduce
- Copy a URL generated automatically by Azure
- Using Assets import tool
- Use JSON option from a web address
Expected Results
Import tool manages encoded and decoded URLs.
Actual Results
Generic message: "The file is inaccessible at this time. Please try again later." due to the encoded URL.
Workaround
- Check if the URL used is not encoded. If so, decode the URL and try again (https://www.urldecoder.org/)