bettaio
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by bettaio-
bettaio commented,
Yes, unless a folder is explicitly copied.
-
bettaio commented,
Hi , the Box API does not currently support upload by URL. You would indeed need to stream the content via an intermediary server.
-
bettaio commented,
That works as well. 👍🏻
-
bettaio commented,
Hi , when you use JWT you don't authenticate as you, the managed user. Instead you are authenticate as a service account, which obviously does not have access to your files and folders. You can us...
-
bettaio commented,
my gut feeling is that the JWT header is lacking a value for "alg" but you seem to be setting one. Can you do a check and log the complete header before you encode the JWT? My guess is the header...
-
bettaio commented,
as far as I know this should work. What kind of error are you getting when trying to act as another user?