I cannot figure out what I'm doing wrong with a post call to submit a file to a dropbox. I'm working in Python and I have both worked with
my own code through the interpreter and tried using the
d2lvalence_util.service code. I'm getting a 403 in either case--the response's .content gives me an "Invalid token" error. I've looked through the API material, checked stack overflow and this group, but cannot track down what I'm doing wrong. I've freshly generated a user context, checked that the user's role has permission to submit files to Dropbox, double checked the format of the post data, but found no luck. I'm hoping to not think about it this weekend, but I get really drawn into puzzles like this. I'm hoping you'll spot the thing that I've missed.
And just a quick thanks to you folks for this service and all the help you provide on here. Have an enjoyable weekend.