jhoerr / box-csharp-sdk-v2

A C# client for the Box API (v2).
http://developers.box.com/docs/
11 stars 15 forks source link

Change in Supported Filenames #34

Closed mascon closed 11 years ago

mascon commented 11 years ago

Filenames with characters \ / ” : < > | * ? and filenames with leading or trailing whitespace or periods are not allowed.

Not sure is this is checked in the SDK but it appears that periods are now NOT allowed.

jhoerr commented 11 years ago

it appears that periods are now NOT allowed.

Erm, this would be very very bad. But the docs I see only suggest that colons aren't allowed. Are you unable to create files with periods in them?

mascon commented 11 years ago

Well it appears to have been changed on the site now :-). Test above was a direct copy and paste action.