cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
We're looking to hear about your experience when using Dropbox in a web browser. What parts of Dropbox feels very slow to you and takes a lot of time to get done? What are you trying to do in the Dropbox web browser when you experience slowness? Tell us right here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
1
Ask
2
Reply and help

Get files link using excel vba

Get files link using excel vba

YasserKhalil
New member | Level 2

Hello everyone

I am seeking for a VBA code to get the links of the files and folders in the dropbox 

After doing some searches I have found myself in API solution but have no idea how to do that

Can you guide me please?

6 Replies 6

Re: Get files link using excel vba

Greg-DB
Dropboxer

We don't have any resources for VBA in particular unfortunately.

 

In general, we recommend developers use one of the official SDKs, if possible, or if not, one of the community SDKs, or call the HTTPS endpoints directly. 

 

For example, to create a shared link for any file or folder, you would use the /2/sharing/create_shared_link_with_settings endpoint. If a shared link already exists, you would use /2/sharing/list_shared_links to retrieve it.

Re: Get files link using excel vba

YasserKhalil
New member | Level 2

Thanks a lot for reply

So there is no way using API to do such tasks .. or even similar tasks

I need the technique of using API in excel VBA .. May be I can finish it up if I have start point 

Re: Get files link using excel vba

Greg-DB
Dropboxer
The API does offer the ability to create and retrieve shared links for files and folders, using the endpoints I linked to in my previous reply.

Please try using those and let us know if you run in to any issues.

Re: Get files link using excel vba

YasserKhalil
New member | Level 2

In fact I already have  a look at those links and tried to make use of it but I couldn't at all

If you can help me with that, I would appreciate that a lot

 

Give me code example of how to use API in the excel VBA .. and I will try to study it to make use of it

Re: Get files link using excel vba

Greg-DB
Dropboxer
I don't have a sample for VBA unfortunately. If you can't use an SDK/library, I recommend translating the curl examples in the documentation for whatever HTTP client you can use in your app.

Re: Get files link using excel vba

YasserKhalil
New member | Level 2

Thanks a lot anyway for your response .. I will try and if I could reach a solution I will post it here

Regards

Who's talking

Top contributors to this post

  • User avatar
    YasserKhalil New member | Level 2
  • User avatar
    Greg-DB Dropboxer
What do Dropbox user levels mean?
Need more support?