-
Java SDK: authorizing with a refresh token, getting "no auth function available for given request"
I'm trying to get authorization using refresh token to work in my project, but I'm having some trouble. This is a command line tool that will run as a cron job, so there shouldn't be any user interaction except once when setting up the configuration. I start by maunally going to an authorization URL in a browser:…
-
Downloading files in a shared folder
I have an URL for a folder with files that I need to download using the API. Although the folder is public, and I'm able to download files from it on the website without any kind of authorizaiton or credentials, I'm not sure how appropriate it is to post it in a public forum. As an example that's similar, and gets me the…
-
Able to download non shared files using API
I need to build a simple tool for downloading shared files that can run as a cron job, so I'm learning the API and Java SDK. In my tinkering, I've encountered some behavior that I don't understand. I created an account using my work email, then created an app with that account and genreated a token. Then, in a different…