-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
When running the basic tool and using the Linux Magazine (August 2011) software, I am unable to get list() working. I believe this maybe due to the Dropbox API needing api-content.dropbox.com as opposed to api.dropbox.com.
https://www.dropbox.com/developers/reference/api#files-GET
https://api-content.dropbox.com/1/files//
I get a 404 Not Found regardless of what directory/location I attempt to look at.
With debug on the Net::Dropbox::API the _talk URL is:
https://api.dropbox.com/1/files/dropbox/home/Photos?oauth_cons....
Is there a way to control the "api" aspect of the subdomain? Or does the API need to be enhanced.
Note: I am able to get the account_info() as this uses the api.drop... subdomain.
Thanks Doug.
Metadata
Metadata
Assignees
Labels
No labels