I'm currently delving into the world of angular JS, and I've come across $https.
I was looking to upload a file called db.php which includes:
{
"vcRecords":
[
{"name":"Madison"
,"nickName":"Madilove"
,"coderType":"Injection / Fortress"}
,
{"name":"Stewart"
,"nickName":"Stew"
,"coderType":"Burst"}
,
{"name":"Kim"
,"nickName":"After Shower"
,"coderType":"Fortress"}
,
{"name":"Mit"
,"nickName":"Mit (N/A)"
,"coderType":"Unknown"}
,
]
}
The challenge lies in needing a direct link for data loading. I attempted using cloud storage but they only offer links similar to:
Are there platforms where I can upload data with link formats like this?: http://storagesite.com/files/db.php (Simply an example)
(If there are other suggestions, please share - still navigating as a beginner in this area.)