Too long URL for the uploaded files

The files imported from Parse are having too long url including hte domain and application id. This is giving a problem on some mobile sharing platforms.

https://api.backendless.com/ca31bb1d-82e1-53e1-ff27-a63f89ef2200/v1/files/import%2F65F816E6-3F10-DE2F-FF69-71F999E262000dd44-blouse.png

Can the migration tool can be made to rename the file into something shorter?

Without these image sharing feature, all my efforts spend on the migration is useless as my mobile application is based on image sharing.

I guess I found the reason for the issue.
The url is encoded as %2F instead of a slash in the URL when the files are migrated. When changing it the file sharing proccess works fine.

The URL of file stored in the table as below:

https://api.backendless.com/ca31bb1d-82e1-53e1-ff27-a63f89ef2200/v1/files/import%2F65F816E6-3F10-DE2F-FF69-71F999E262000dd44-blouse.png

should be as

https://api.backendless.com/ca31bb1d-82e1-53e1-ff27-a63f89ef2200/v1/files/import/65F816E6-3F10-DE2F-FF69-71F999E262000dd44-blouse.png

Hi Purushothaman,

We will check the parsing logic to make sure it processes slashes properly.

Regards,
Mark

Please let me know when this is fixed. I have a migration to make from Parse production to Backendless and excited to make it happen soon. :slight_smile:

Any updates on this?

Release is expected at the middle of next week.

Hi Purusothaman Ramanujam!

We updated production server with these changes. Please try import again.
Regards,
Kate.