Hi everyone,
I'm encountering an issue while trying to sync weight data to Fitbit using the Web API. I receive a 403 Forbidden error with the message "The caller does not have permission", but I'm certain that I've completed the full authorization process.
Details:
- Error Code: 403
- Error Message: "The caller does not have permission"
- API Endpoint: POST /1/user/-/body/log/weight.json
- Authorization Scopes: I've requested and received all necessary permissions, including the weight scope.
- Token Validity: My access token is valid and has not expired.