-
Cloudant Client: 2.5.0 onwards. The latest version also has the same issue
Java Version: 1.7
OKHTTP: No
Code Sample:
```
ClientBuilder builder = ClientBuilder.account("ssss").username("ssss").passwo…
-
_From @martinwoitzik on February 13, 2016 16:53_
Hi there,
I'm developing an app with Ionic where you can filter different kind of lists. The list of items was saved via PouchDB and has about 20.000 …
-
Using the "Deploy to Bluemix" button issues the same error as running Method 2:
I get the error "can't find cloud_config.json". I see the file in the following directory:
/BluePic/BluePic-Serve…
-
In the backend routemgmt actions, access to the DB use function and variable names having "cloudant" in the label. CouchDB should also work with these actions; so the label should be changed to signi…
-
Hi!
In some scenarios it would have been handy and practical to be able to specify a filter for a Trigger. The filter could have been passed on to the Feed creating the Trigger. And then the trigger f…
-
I'm trying to follow the example https://python-cloudant.readthedocs.io/en/latest/security_document.html#cloudant.security_document.SecurityDocument to update a security document on a Cloudant databas…
-
The following code demonstrates the problem:
```js
'use strict';
var extend=require('util')._extend;
var fs=require('fs');
var watson=require('watson-developer-cloud');
var DiscoveryV1 = requ…
-
We support an inMemory-mode in which we don’t create folders or write any files, but we derive it from the PouchDB constructor’s preferred adapter, see https://github.com/hoodiehq/hoodie-server/blob/7…
-
Please include the following information in your ticket.
- CloudantClient : 2.7.0
- Java version (including vendor and platform).
- using okhttp dep.
new AsyncTask()
{
…
-
### Issue
When calling putAttachment to write to a remote HTTP CouchDB/Cloudant database that requires authentication, the request fails with a 403 Not Authorized despite the correct credentials be…