-
Notifications
You must be signed in to change notification settings - Fork 30
Description
I'm developing a shiny app in R for the Psych-DS data standard project, and one component of the app is a streamlined OSF upload interface for datasets.
I've tried using the osfr package to handle the dataset uploads, but I've found that my personal access tokens are not accepted by either the authentication process or when used directly for uploads. I'm certain that the token is correctly formatted and has the proper access, and I am able to successfully authenticate when I access the API directly. Using my token, I can authenticate using direct HTTP requests and can successfully upload datasets. With this in mind, I feel like there's something going wrong with the current osfr codebase, but I understand that I could be missing something simple.
Can someone on the team confirm that PATs are being accepted by the current osfr authentication function?