diff --git a/gopro-plus.cabal b/gopro-plus.cabal
--- a/gopro-plus.cabal
+++ b/gopro-plus.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           gopro-plus
-version:        0.6.5.0
+version:        0.6.5.1
 synopsis:       GoPro Plus Client API.
 description:    Please see the README on GitHub at <https://github.com/dustin/gopro-plus#readme>
 category:       Web
diff --git a/src/GoPro/Plus/Upload.hs b/src/GoPro/Plus/Upload.hs
--- a/src/GoPro/Plus/Upload.hs
+++ b/src/GoPro/Plus/Upload.hs
@@ -142,7 +142,7 @@
                      & at "type" ?~ J.toJSON mediumType
                      & at "on_public_profile" ?~ J.Bool False
                      & at "content_title" ?~ J.String (T.pack filename)
-                     & at "content_source" ?~ J.String "web_media_library"
+                     & at "content_source" ?~ J.String "gda"
                      & at "access_token" ?~ J.String _access_token
                      & at "gopro_user_id" ?~ J.String _resource_owner_id)
   m <- fromJust . preview (key "id" . _String) <$> jpostAuthVal "https://api.gopro.com/media" m1
