02-24-2022 01:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Jogger
4
0
0
02-24-2022 01:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi, everyone!
I want to access "/private/data/" written in File System Guide.
How do I access this directory?

1 REPLY 1
02-24-2022 02:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


Fitbit Developer
2266
575
1162
02-24-2022 02:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
You have to transfer it from the device to your own backend web service using the file transfer API to the companion, then use fetch() to post it.

