Hi.
Developed an application with the package name (br.com.alegrete.nossoguia) 
with Couchbase-lite-net. The CBlite database was created through the 
Manager.SharedInstance command.

Now developed another application with another package name (
br.com.alegrete.bina), and need to access the existing database created by 
br.com.alegrete.nossoguia.
I am using the command:

DirectoryInfo d = new DirectoryInfo (
"/data/data/br.com.alegrete.nossoguia/files/.local/share/");
 Manager manager = new Manager (d, ManagerOptions.Default);

But I am getting the exception that do not have permission to access.

How are you doing in these cases?
Someone ever needed to have the same CBlite database to more than one 
application?
I put in a common area at all?

Can you help?

Julio.

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobile-couchbase+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/4e56757a-7a3a-4ac6-8bd8-19638a1ca96d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to