Questions tagged [hubic-api]

hubiC’s API. hubiC is a storage service proposed by OVH, which is accessible via the internet, through which the users can share data within their private domain.

hubiC’s API. hubiC is a storage service proposed by OVH, which is accessible via the internet, through which the users can share data within their private domain.

Useful links

2 questions
2
votes
4 answers

How do I set SSL protocol version in java? And how do I know which one? javax.net.ssl.SSLException: Received fatal alert: protocol_version

I am using Apache HttpClient 4.3 to interact with the API of hubic.com. My minimal reproducable example is just a one liner: HttpClientBuilder.create().build().execute(new HttpGet("https://hubic.com")); However that throws: Exception in thread…
yankee
  • 38,872
  • 15
  • 103
  • 162
0
votes
0 answers

Kotlin error: 'LocationRequest.create()' not working despite updating LocationRequest.Builder

It asks me to update LocationRequest.Builder, but I change it and I still get an error enter image description here I tried the LocationRequest.Builder method, but it keeps getting an error val locationRequest= LocationRequest.create().apply{ …