IBM Bluemix - Unable to import JSON through the Mobile Data GUI - json

I'm working on Manage data in IBM Bluemix from your hybrid mobile apps with IBM plugins for Apache Cordova. I have couple of problems with an ibm bluemix unable to get the appsecretid and unable to import JSON data to MobileData, But able to import image on to the MobileData.
I'm following this link http://www.ibm.com/developerworks/library/mo-bluemix-cordova-plugin/index.html to store data onto the cloud.

The application secret can be found in Mobile Application Security Dashboard on the Bluemix Console
For your second question I can't help much without a better idea of what errors you're encountering. The documentation link on that page is broken though, please find the correct Importing Data document here. If what you find there doesn't help you please let me know what specific error you're hitting on data import, if it is an issue with your specific json, and any network console debug you have from the attempt.
Regards

Related

Ionic 5: How to write to local JSON files?

I'm developing an Ionic-Angular mobile application that involves tracking user progress. While I'm familiar with how to read from locally defined JSON files (and render that data), I've been unable to find any solutions online to write/append to local JSON files.
Until I'm able to utilize something like Google Firebase, I'd like to be able to just store this data by writing to local JSON.
Is there any way I can do this or is a database the only solution?
I'm assuming this is a web application. There is no way you can access the file system of the user to persist the data.
Other options
Index DB (save the information locally to the user at the browser level). User can go to the mobile device settings and clear it if required.
Use a mock api if this is only during the local development purpose (Use json-server and watch the database json file. You can update the database json file and it will reflect)
If you are building a hybrid application using ionic, then use one of the cordova plugins available here.
Use an actual backend service which persists it in the database.

Cannot Display Data from MySQL in flutter Apps

#ASK Hello guys, I wanna display data from my database (MySQL) but when I run or debug on my Handphone, the data cannot display, and I didn't get any error. I am confused. Help me please. You can see my code on this picture.
code screenshoot
From my knowledge:
It have to be your local network address and keep remember to plugin cable and run the app. Without USB connection and using a APK will not work when you try using local network URL. Best way to place your PHP code to a server. Here is free one with limitation: https://www.000webhost.com/free-domain-hosting

Hystrix dashboard keeps loading in Cloud foundry even though it works in local

I have built .net core microservices and deployed in PCF. I have implemented the hystrix circuitbreaker using Pivotal steeltoe framework and Eureka Service discovery.
While running locally on my computer, it all works well, I get the ciruit-breaker to work as desired and see the Hystrix dashboard showing the right graphs.
Problem comes when I deploy the same to Pivotal Cloud foundry. In PCF, everything else works just as fine( service discovery is alright, I can make requests to my microservices, can see circuit breaker working as desired as it does on my local), but I can NOT find a way to get the Hystrix dashboard working. It keeps showing "loading..." instead of showing graphs.
Just for reference, I still can see the stream data in browser being streamed by my app running on PCF. I am using following URL to feed the stream to Hystrix dashboard:
https://my-cloudfoundry-app-route/hystrix/hystrix.stream
any idea what could I be doing wrong here? anyone else had such a problem? Any help is appreciated.

How to retrieve my Install Statistics from the Google Developer's Console

I am trying to programmatically retrieve my company's app data from the Google Developer's Console, specifically the daily installs. I have found that Google recommends the gsutil tool to access the data programmatically through the Google Cloud Storage SDK. However, I beleive they charge for this service. I want a free way to programmatically retrieve the data, preferably as a JSON stream to avoid dealing with file downloads. I have found the "direct reporting" links, but I have problems authenticating when I try to use them, and I also have to do something with the actual files then.
Is there a way to get a JSON version of the data through OAuth2 or something without downloading an Excel file? Has anyone had to do this?
You should look into use the Core Reporting API.
There are client libraries available in a number of languages.
You should work through the Hello Analytics APIs to get started.
Java Script
PHP
Python
Java
A quick solution for building a dashboard would also be the Embed API.
Using the gsutil tool to access the company's storage bucket that are provided by google is a free service. I wrote a code that will run the gsutil code as a process through the command line and parsed the downloaded .csv files into a database for storage. OAuth2 was not necessary.

Owncloud json api

Does anyone know how to integrate with owncloud via json?
I'm coming for the point that if we implement owncloud in my organization, i will like to have the ability to build features into the ios app.
You can access the share API using REST:
https://doc.owncloud.org/server/8.0/developer_manual/core/ocs-share-api.html