Questions tagged [clouddb]
11 questions
4
votes
0 answers
Remote Video Is White Screen In Android WebRTC
I am using webRTC for peer to peer video communication in a native Android project. I exchanged both sdp and candidates successfully. My problem is; I can connect with audio but remote video is white screen.
Here my codes:
Creating…

Bayar Şahintekin
- 447
- 5
- 12
1
vote
1 answer
Global access of encrypted data in the cloud?
Assuming that I created a cloud-based website application that people literally all over the world could use, are there any countries in particular that do not like personal data being encrypted and stored within a database and used in this…

Brett Rigby
- 6,101
- 10
- 46
- 76
1
vote
1 answer
Cloud database or local database
i want to implement web site with big database, its have about 5 million row for each table, and want to know that whats work is better for me, to have database in cloud or have local database. does cloud db have ping problem?

Mahyar
- 796
- 4
- 16
- 34
1
vote
1 answer
Can I deploy Web Application on intranet but for local Intranet user and database is on Cloud?
I have asked this question on other sites but could not get any answer which fits my situation: kindly help me in this regards.
Case:
Actually I want create a web server on Intranet and users (who do not have internet access) can connect to web…

MRAA
- 11
- 1
0
votes
0 answers
Firebase cloudDB.collection is not function
I am facing error while inserting data into firebase. I have got the data from the forms to the backend but while inserting the data into the firebase there comes an error.
cloudDB.collection is not a function
File for the firebase connectionenter…
0
votes
1 answer
Problems with the type of cloud DB HMS
I have a problem with the Cloud DB
Message:{"defaultName":"AGCError","name":"database-server","errorCode":{"code":"2052","message":"the input object is invalid."}}
I don't know what could be the reason ?

Kanchan Thakur
- 187
- 6
0
votes
1 answer
Connecting to my database from a VM compute engine
I have a node application on compute engine using Sequelize to connect to my database.
But when I do it I find myself with the error:
SequelizeConnectionError: connect ETIMEDOUT
I added the fixed IP of my VM in the whitelist of my database.
I try…

Drilmo
- 1
- 1
0
votes
1 answer
What's the doc root?
I'm basically using this. And at the bottom it says # open http://"docroot"/Spika-Server/wwwroot/install in browser. When they say docroot do they mean localhost? And also is there supposed to be an INSTALL File in there? Cause all I see in an…

Alex
- 97
- 3
- 8
0
votes
1 answer
Cloud Database problem while connecting thru SSMS
I have created a cloud database and was able to connect successfully thru SSMS.
Now I want to create a table in that.
Henceforth after the successful connection ( in am doing thru SSMS) when I am trying to connect to the database i.e. MyFirstCloudDB…

priyanka.sarkar
- 25,766
- 43
- 127
- 173
0
votes
1 answer
How to separate the corresponding column value in the scriptdb query statement in google apps script
While I'm retrieving the values from the scriptdb it returns the entire db while using the below coding.
var db = ScriptDb.getMyDb();
var result = db.query({});
While using the following coding it retrieves the corresponding row fully which…

CHOCKALINGAM
- 1
- 3
-1
votes
2 answers
HMS Cloud DB SDK UnsatisfiedLinkError No implementation found for AGConnectCloudDB instance
I followed the guidelines on Huawei Developer website about Cloud DB service.Then I just created a simple app trying to query data from Cloud DB and test it via Android Studio Emulator.
But i am getting following error that make the app crush…

hitchhiker7
- 1
- 3