OAuth challenge

lmsm76

New member
Local time
Today, 20:09
Joined
Jan 18, 2013
Messages
8
I've been searching for code in how to deal with Dropbox Core API from VBA.
The first step it requires a https call for authentication using OAuth... as a newbie I am too far to make something work.
Does someone of this community has try to use vba to deal with Dropbox API?

Thanks!
 
It would be better for the reader if you would tell us what you are trying to do in plain English. I have no idea what you are asking.
 
Sorry if I didn't explain what I would like to do.

I would like to access the Dropbox folder using the Dropbox Core API from MS Access using VBA conding since it's the only way that would be possible to do it.
This Core API provides methods to read and write from Dropbox in a secure manner.

I've done a small document management system with access and all documents could be allocated in Dropbox since this documents are shared by many users, internal from the company and outside from the company. Using this API would allow to directly get the public link for any file without any interaction.

At the moment all work it's done using external software, shell calls and so on. Not a nice solution.

I hope to have now clarify a little.
 

Users who are viewing this thread

Back
Top Bottom