

With Dropbox added to the file manager, it's easy to drag and drop files from the Downloads and Google Drive folders to Dropbox, and vice versa. The extension isn't from Dropbox but a Japanese developer by the name of Yoichiro Tanaka.Īfter installing the extension and granting it access to your Dropbox account, it will mount Dropbox to Chrome OS and add a Dropbox folder to the left panel of your Chromebook's file manager. To do so, you will need to install the File System for Dropbox extension from the Chrome Web Store. You can, however, add a Dropbox folder to this left panel to make it easier to access your Dropbox Files. I have successfully authenticated to, and Dropbox is returning a key and template using its default login page. I am building a app that allows interaction with Dropbox. Ask Question Asked 4 years, 5 months ago. These two folders contain your files stored in Google's cloud and locally on your Chromebook, respectively. Cant use google to log users into dropbox. When you open Chrome OS's file manager (click the Launcher button in the lower-left corner and click Files), you will see two items listed in the left panel: Google Drive and Downloads. You can always access Dropbox via the Web on a Chromebook, but a better way is to use a Chrome extension that integrates Dropbox into Chrome OS, putting it right alongside Google Drive. There is no reason to severe a long and meaningful relationship with Dropbox just because Google Drive is baked into Google's Chrome OS. } catch (UnsupportedEncodingException e) catch (DbxWebAuth.Buying a Chromebook doesn't necessarily mean you need to make Google Drive your cloud-storage boo. HttpEntity entity = new StringEntity(json) Post.addHeader("Content-Type", "application/json") Post.addHeader("Authorization","Bearer "+code) HttpClient httpclient = new DefaultHttpClient() String authorizeUrl = thorize(authRequest) withRedirectUri(redirectUri, csrfTokenStore) You can choose to sign in with a password or add 2-Step Verification, which sends a security code to your phone as an extra. String sessionKey = "dropbox-auth-csrf-token" ĭbxSessionStore csrfTokenStore = new DbxStandardSessionStore(session, sessionKey) ĭbxWebAuth.Request authRequest = DbxWebAuth.newRequestBuilder() Signing in to Google Set how you sign in to Google apps and services. HttpSession session = request.getSession(true) Here is my code public void authUrl(HttpServletRequest request)ĭbxWebAuth webAuth = new DbxWebAuth(requestConfig, appInfo)

However, when I try to use the login with Google option for Dropbox upon authenticating Dropbox returns a user key, however it doesn't return a template id, but instead a too many templates error. I have successfully authenticated to, and Dropbox is returning a key and template using it's default login page.
