Office 2013 - How to Add Dropbox as a Cloud Service

Office 2013 has a great new feature where cloud storage services can register as a place within the open/save menu, and within the user's account. While we wait for Dropbox to officially support this, I have a workaround for those people using Office 2013 who need to see the Dropbox icon beside SkyDrive.

The script that you can download and run is here:
https://dl.dropbox.com/u/46565/dropbox_service_add.bat

It modifies the registry based on Microsoft's document, "Integrating additional cloud storage services in Office 2013" found at http://www.microsoft.com/en-us/download/details.aspx?id=35474

I've only tested this on Windows 8, so if somebody on Windows 7 can let me know how it works that would be fantastic.

The thread where I'll be posting any updates or changes is:
https://forums.dropbox.com/topic.php?id=93098

Cheers,

-Philip

November 15th, 2012 6:45am

Tested on Windows 7, worked without an issue. Required a restart of Word but that is to be expected. 

Nice job by the way. 

Free Windows Admin Tool Kit Click here and download it now
December 24th, 2012 11:43am

I also noticed through a quick Google that Philip has created the same for Google drive- I have only tested on Windows 7 but it works the same way. Link below. 

Kudos again good sir. 

https://docs.google.com/open?id=0B8XlUYxdHr7XMDQwQVN0VmZKRlk

December 24th, 2012 11:48am

Doesn't work for me, the registry entries are there but no option for DB in 'add a place' 
Free Windows Admin Tool Kit Click here and download it now
February 16th, 2013 1:33am

Tried it on Windows 8 and it is not working.  There is no option to add Dropbox under Add a Place, only Skydrive and Office 365 SharePoint.  I am signed into my Office.com account, also.
February 17th, 2013 8:51pm

The Dropbox option was not available for me. However, once I logged into my Windows account (upper right hand corner of Word 2013), the Dropbox option became available.


Free Windows Admin Tool Kit Click here and download it now
March 16th, 2013 2:12pm

The Dropbox option was not available for me. However, once I logged into my Windows account (upper right hand corner of Word 2013), the Dropbox option became available.


March 16th, 2013 5:12pm

Anyone have a solution for this on MacOffice 11?
Free Windows Admin Tool Kit Click here and download it now
June 11th, 2013 6:00pm

Although this works great in Windows 8.0, it does not work in the preview release of Windows 8.1.
June 27th, 2013 8:45pm

Worked great for me on Windows 7. Thanks for the help
Free Windows Admin Tool Kit Click here and download it now
July 9th, 2013 6:34pm

Thanks very much. Probably not surprisingly, it gives an error on OneNote for iPad.- but otherwise, really useful, thanks.
July 28th, 2013 7:20pm

Thank you very much! This worked exactly as expected. Very helpful.

Free Windows Admin Tool Kit Click here and download it now
September 1st, 2013 5:31pm

Great thing to have, but executing batch files is not secure.

Try to install new for Microsoft Office that embeds Dropbox integration into it in the same way but has nice and simple installer.

There is one more killing feature currently. Our plugin allows to load and review change history of the document right from Microsoft Word and Excel.

Give it a try at http://www.codocuments.com

January 5th, 2014 12:56pm

I made it work by going into the bat file using wordpad and removing the version check routine and the windows 7 install leaving only the first part and win8 part plus the end. Worked like a champ for me after that.
Free Windows Admin Tool Kit Click here and download it now
February 4th, 2014 3:18am

Tried it on Windows 8 and it is not working.  There is no option to add Dropbox under Add a Place, only Skydrive and Office 365 SharePoint.  I am signed into my Office.com account, also.
Same for me.  I did notice in the command window it said "Machine OS Cannot be Determined". Using Windows 8.1
  • Edited by Jenn A-L Wednesday, February 19, 2014 2:45 PM
February 19th, 2014 2:44pm

Tried it on Windows 8 and it is not working.  There is no option to add Dropbox under Add a Place, only Skydrive and Office 365 SharePoint.  I am signed into my Office.com account, also.
Same for me.  I did notice in the command window it said "Machine OS Cannot be Determined". Using Windows 8.1
  • Edited by Jenn A-L Wednesday, February 19, 2014 2:45 PM
Free Windows Admin Tool Kit Click here and download it now
February 19th, 2014 5:44pm

Just tried to do this this with Windows 8 and Office 2013 downloaded from Office 365, and I received the same message "Machine OS cannot be Determined"

Frustrating - it would be great to link to Dropbox!

March 27th, 2014 11:34pm

Hi,

you need to edit the .bat file to add these lines

ver | findstr /i "6\.3\." > nul
IF %ERRORLEVEL% EQU 0 goto ver_Win8 

before this line

goto warn_and_exit

Free Windows Admin Tool Kit Click here and download it now
July 29th, 2014 6:16am

I had all the problems of other folks but adding the two lines as hugh_1971 recommended solved the problem.  Thanks very much.
August 30th, 2014 3:43am

any one knows if MS has patched this? i just tried it on a new office install ...dropbox appears as an option to be added, but when i click on it, a message " server error try later" pops up ..been going on for two days now....

any ideas? 

(win 7 ) 

 
Free Windows Admin Tool Kit Click here and download it now
September 9th, 2014 3:04am

Thank you for creating this! I (and some others that have posted to forums) are getting the error message 'Sorry, we're having server problems, so we can't add Dropbox right now. Please try again later.' when you try to add Dropbox as a Connected Service. Have tried logging in and out a few times and restarting windows. 

Running Win 7. 

Any help / ideas would be greatly appreciated!

February 24th, 2015 12:07pm

It seems that this problem still exists and Microsoft has no intentions of fixing it. It is unthinkable that with the millions of users of both Dropbox and Office that this would not get fixed. However, Microsoft seems bent on excluding other cloud services otherwise this would already be fixed. Time to sell all of my stock as Microsoft is no longer the great company it used to be.

HEY - MICROSOFT - ARE YOU LISTENING TO YOUR USERS? YOU NEED TO FIX THIS !!!!!

Free Windows Admin Tool Kit Click here and download it now
June 28th, 2015 8:00pm

I have this running with Windows 10. You need to edit the batch file to refer to the Win 8 commands when it finds you're running Windows 10. Add these lines after the check for Windows 8 and before the "goto" value:

ver | findstr /i "10\.0\." > nul
IF %ERRORLEVEL% EQU 0 goto ver_Win8
Then run the file and it should all work.

August 11th, 2015 5:04pm

This worked like a dream on windows 10 for me!

Many thanks.

Free Windows Admin Tool Kit Click here and download it now
August 21st, 2015 4:39am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics