You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

Inke's avatar
Inke
New member | Level 2
3 years ago

PHP: Error in call to API function "files/upload": The given OAuth 2 access token is malformed.

How do I fix this? The code is: <?php$path = '(full path to file)'; $fp = fopen($path, 'rb'); $size = filesize($path); $cheaders = array('Authorization: Bearer <API>', 'Content-Type: application...