Title: [Plugin: Docs to WordPress] Can&#039;t get docs folder id
Last modified: August 20, 2016

---

# [Plugin: Docs to WordPress] Can't get docs folder id

 *  [Guillotex](https://wordpress.org/support/users/guillotex/)
 * (@guillotex)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-docs-to-wordpress-cant-get-docs-folder-id/)
 * I can’t identify the correct id of Google Docs collection.
 * There’s a very long string after #folders/. I tried to used it but it don’t work.
 * Can you help me? Thanks!
 * [http://wordpress.org/extend/plugins/docs-to-wordpress/](http://wordpress.org/extend/plugins/docs-to-wordpress/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [johnnyryan](https://wordpress.org/support/users/johnnyryan/)
 * (@johnnyryan)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-docs-to-wordpress-cant-get-docs-folder-id/#post-2524127)
 * I’m having this problem too. Has the v3 of Google Docs changed how folder IDs
   work?
 * My URLs looke like ?tab=oo#folders/0B_dBN4Mowt5zNWE3YTcwYmYtZjU5Yy00Y2JhLTljYTQtMzAzYjI0ZjJjNGQy
 * The first string after the slash – 0B_dBN4Mowt5z – is common to different folders.
   I cant get it working – What do we point wp-config to?
 *  Thread Starter [Guillotex](https://wordpress.org/support/users/guillotex/)
 * (@guillotex)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-docs-to-wordpress-cant-get-docs-folder-id/#post-2524131)
 * I noticed that there is a common string, actually the first 13.
 * But I can’t understand how used it, if you know something please tell me! Thanks!
 *  [iamdangavin](https://wordpress.org/support/users/iamdangavin/)
 * (@iamdangavin)
 * [14 years ago](https://wordpress.org/support/topic/plugin-docs-to-wordpress-cant-get-docs-folder-id/#post-2524330)
 * Not sure if you are still having issues with this, but the following string in**
   bold** is what you need to use as the ID:
 * folders/**0B-J2KpdDWsqONXY4R0VQaHY5Y1U**
 * So your wp-config.php would look like this:
 *     ```
       define( 'DOCSTOWP_USER', 'your_username_for_google' );
       define( 'DOCSTOWP_PASS', 'your_password_for_google' );
       // Folder to Pull From
       define( 'DOCSTOWP_ORIGIN', '0B-J2KpdDWsqONXY4R0VQaHY5Y1U' );
       // Folder to send to once published
       define( 'DOCSTOWP_DESTINATION', '0B-J2KpdDWsqObWt1NnJYSGlFc2M' );
       ```
   
 * Hope this helps.
 *  [digisavvy](https://wordpress.org/support/users/digisavvy/)
 * (@digisavvy)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-docs-to-wordpress-cant-get-docs-folder-id/#post-2524367)
 * Thanks iamdangavin. Like a charm, sir.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Docs to WordPress] Can't get docs folder id’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/docs-to-wordpress.svg)
 * [Docs to WordPress](https://wordpress.org/plugins/docs-to-wordpress/)
 * [Support Threads](https://wordpress.org/support/plugin/docs-to-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/docs-to-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/docs-to-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/docs-to-wordpress/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [digisavvy](https://wordpress.org/support/users/digisavvy/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-docs-to-wordpress-cant-get-docs-folder-id/#post-2524367)
 * Status: not resolved