Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Help with writing file to web via fetch

I am trying to export the activity data that my app writes in a file to an external server.

It seems to me that the fitbit Web API is limited in writing custom data. If not so, please correct me.
I was thinking of using a common service like Dropbox or google drive, and simply update a file I store there with the data. Not ideal, but good for personal use.

 

I understand I could use fetch() to write something, same as I pull from APIs.

Can someone point me in the right direction as how to implement it? Which service to use, which code to implement? I have been searching the internet for a while, but I can't find a good example that relates to the Ionic Javascript.

 

Best Answer
0 Votes
1 REPLY 1
Best Answer