0

The API documentation on obtaining specific derivative file does not explain how to obtain derivative files with spaces.

I have tried replacing the spaces in my urn with with %20, _, + and - but none of them works.

Kanosaki
  • 92
  • 2
  • 8

1 Answers1

0

The derivative uses the base64 encoded version of the file name (i.e. objectName), which encodes the spaces properly.

Augusto Goncalves
  • 8,493
  • 2
  • 17
  • 44
  • oh, now that I've noticed, my problem wasn't with spaces as I manage to get files with spaces in their name. I am not able to download 3 png image files that contains spaces and special character `+`, `_` and `-` (Error message returns 404), I am able to get the rest of the files even when they contain spaces. I guess that's another SO question for me after further testing. Thanks! – Kanosaki Jun 24 '18 at 02:02