Can't upload filename with special character to google drive REST

前端 未结 2 1454
有刺的猬
有刺的猬 2021-01-16 22:56

I\'m getting error when I try to upload a file to google drive api with my web application and the file has an character with accent, like for example \'ç\'.

I\'m up

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-16 23:21

    Why don't you use the Google APIs .NET client library? As you can see in our Media page we support resumable media upload which is very easy to use, and will handle server errors for you.

提交回复
热议问题